HTTP headers are delivered in pieces #2314
Closed
Labels
Comments
See #801 which went stale when I moved on to other things. There might be something salvageable in there |
bagder
added a commit
that referenced
this issue
Feb 16, 2018
Reported-by: Guido Berhoerster Fixes #2314
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I did this
Get a HTTP response with one or more headers longer than 16K. Get the headers sent to the header callback in 16K pieces.
I expected the following
To get the full headers delivered to the
CURLOPT_HEADERFUNCTION
as per the documentation.curl/libcurl version
current git master
operating system
any
Reported-by: Guido Berhoerster
Bug: https://curl.haxx.se/mail/lib-2018-02/0056.html
The text was updated successfully, but these errors were encountered: