Change #274996
| Category | curl |
| Changed by | Graham Campbell <hello@gjcampbell.co.uk> |
| Changed at | Wed 15 Jul 2026 21:52:07 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | f369c7ba437962591c8aa9d0519c7b256e7ea5bf |
Comments
quiche: set the max field section size quiche 0.29.3 started enforcing a default `SETTINGS_MAX_FIELD_SECTION_SIZE` of 32 KiB, so larger response headers now shut down the whole connection with `CURLE_HTTP3`. curl accepts up to 300 KiB of response headers with every other backend and HTTP version. Tell quiche to allow what curl itself allows. This keeps test_01_11 passing with quiche 0.29.3 and it also advertises our real limit to servers, which the RFC encourages. Ref: 899e2edec95b3df01db63ad219d3c5547a3e3ae5 #22333 Ref: #22329 Ref: #22325 Ref: https://github.com/cloudflare/quiche/commit/9be0e4fa18594a5cca00120f6ae392e217e837e5 Ref: https://github.com/cloudflare/quiche/releases/tag/0.29.3 Closes #22331
Changed files
- lib/vquic/cf-quiche.c