INTERNALS.md: require quiche 0.20.0+ - #22333
Closed
vszakats wants to merge 1 commit into
Closed
Conversation
For `quiche_h3_config_set_max_field_section_size()` Ref: curl#22331 Ref: curl#22331 (comment) Ref: https://github.com/cloudflare/quiche/releases/tag/0.20.0
This comment was marked as outdated.
This comment was marked as outdated.
vszakats
pushed a commit
that referenced
this pull request
Jul 15, 2026
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: 899e2ed #22333 Ref: #22329 Ref: #22325 Ref: cloudflare/quiche@9be0e4f Ref: https://github.com/cloudflare/quiche/releases/tag/0.29.3 Closes #22331
vszakats
pushed a commit
that referenced
this pull request
Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For function
quiche_h3_config_set_max_field_section_size().Ref: #22331
Ref: #22331 (comment)
Ref: https://github.com/cloudflare/quiche/releases/tag/0.20.0