fix(client, qpack): align QPACK decoder with protocol spec compliance - #14
Open
0x676e67 wants to merge 63 commits into
Open
fix(client, qpack): align QPACK decoder with protocol spec compliance#140x676e67 wants to merge 63 commits into
0x676e67 wants to merge 63 commits into
Conversation
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Base automatically changed from
fix-client-qpack-missingrefs-wakeup
to
qpack-decoder
June 20, 2026 17:22
0x676e67
changed the base branch from
qpack-decoder
to
fix-client-qpack-missingrefs-wakeup
June 20, 2026 17:36
…ance # Conflicts: # examples/client.rs # http3/src/shared_state.rs
# Conflicts: # .gitignore # http3/src/client/stream.rs # http3/src/connection.rs # http3/src/qpack/mod.rs # http3/src/qpack/tests.rs
0x676e67
force-pushed
the
fix-qpack-decoder-compliance
branch
from
June 23, 2026 13:51
95052ea to
ad54a4a
Compare
Preserve fragmented encoder instructions and full insert-count increments. Wake pending decodes on terminal errors, cancel abandoned field sections, and honor the RFC-defined table-capacity range.
Rewrite decoder comments to describe the current behavior directly while keeping protocol constraints next to their RFC references. Correct the private DecoderGuard spelling.
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.
No description provided.