Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #11420 - fix dynamic table referencing in QpackDecoder #11645

Merged
merged 4 commits into from
Apr 16, 2024

Conversation

lachlan-roberts
Copy link
Contributor

Issue #11420

Some places in the QPACK decoding were using absolute index instead of relative index.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@lachlan-roberts lachlan-roberts requested a review from sbordet April 11, 2024 04:37
@lachlan-roberts lachlan-roberts linked an issue Apr 11, 2024 that may be closed by this pull request
Copy link
Contributor

@sbordet sbordet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a full client/server test that reproduces the issue?
Just to be sure that the interactions of the various components in H3 works as expected.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
@lachlan-roberts lachlan-roberts requested a review from sbordet April 15, 2024 03:43
@lachlan-roberts lachlan-roberts merged commit ea79827 into jetty-12.0.x Apr 16, 2024
10 checks passed
@lachlan-roberts lachlan-roberts deleted the jetty-12.0.x-11420-qpackDecoder branch April 16, 2024 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

HTTP/3 Race with Dynamic Table referencing in QPackDecoder
2 participants