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

Fixes to QPACK configuration from SETTINGS frames. #9728

Merged
merged 6 commits into from
May 15, 2023

Conversation

lachlan-roberts
Copy link
Contributor

No description provided.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
lachlan-roberts and others added 4 commits May 4, 2023 22:48
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
* Improved configuration upon sending/receiving SETTINGS frames.
* Improved handling of blocked frames in HTTP3StreamConnection.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
* Improved configuration upon sending/receiving SETTINGS frames.
* Improved handling of blocked frames in HTTP3StreamConnection.
* Fixed locking and reentrance in QPACK encoder/decoder.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@sbordet sbordet marked this pull request as ready for review May 14, 2023 19:56
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
@lachlan-roberts
Copy link
Contributor Author

@sbordet looks good to me, but I can't review with GitHub because it is my PR.

Also the QpackEncoder is calling the instruction handler from within the lock, not sure if this will be an issue.

@sbordet
Copy link
Contributor

sbordet commented May 15, 2023

Also the QpackEncoder is calling the instruction handler from within the lock, not sure if this will be an issue.

The instruction handler only writes to the encoder stream (does not call any user code), so we should be good.

@sbordet sbordet merged commit 6e8457c into jetty-10.0.x May 15, 2023
@sbordet sbordet deleted the jetty-10.0.x-qpack-settings branch May 15, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants