mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:53:43 +03:00
large headers: have curl accept >16K headers
As commit 5850cc4808 clarifies, libcurl can deliver header lines that
are longer than CURL_MAX_WRITE_SIZE, only body data is limited to that
size. The curl tool has check (when built debug-enabled) that made the
wrong checks and this new test 1205 verifies that larger headers work.
This commit is contained in:
parent
5850cc4808
commit
515f11e79b
4 changed files with 63 additions and 6 deletions
50
tests/data/test1205
Normal file
50
tests/data/test1205
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue