-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add configurable capping for values of H2 MAX_HEADER_LIST_SIZE
settings frames
#12690
Labels
Comments
MAX_FRAME_SIZE
and MAX_HEADER_LIST_SIZE
settings frames
But |
MAX_FRAME_SIZE
and MAX_HEADER_LIST_SIZE
settings framesMAX_HEADER_LIST_SIZE
settings frames
@sbordet thanks, I've updated both the title and the description to reflect this. |
lorban
added a commit
that referenced
this issue
Jan 10, 2025
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Jan 10, 2025
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Jan 13, 2025
Signed-off-by: Ludovic Orban <[email protected]>
lorban
added a commit
that referenced
this issue
Jan 13, 2025
Signed-off-by: Ludovic Orban <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Jetty version(s)
12.0.x
Enhancement Description
Currently,
HTTP2Session.configure()
does not cap the values of theMAX_HEADER_LIST_SIZE
settings frames.We should add new config settings to control this capping.
The text was updated successfully, but these errors were encountered: