Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
HTTP headers are delivered in pieces #2314
Comments
bagder
added
the
HTTP
label
Feb 15, 2018
See #801 which went stale when I moved on to other things. There might be something salvageable in there |
added a commit
that referenced
this issue
Feb 16, 2018
bagder
closed this
in
367689d
Feb 16, 2018
added a commit
to fsedano/curl
that referenced
this issue
Feb 20, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bagder commentedFeb 15, 2018
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