Closed
Description
Version
current from master
Platform
Linux
Description
I'm using hyper in curl, and when I receive a HTTP/1 response with many response headers, hyper cuts off the response and returns an error due to message head is too large
. (With a HYPERE_INVALID_PEER_MESSAGE
error)
I cannot find what this exact limit is. I can't even find it in the hyper source code.