You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lorban
changed the title
Add configurable capping for values of H2 MAX_FRAME_SIZE and MAX_HEADER_LIST_SIZE settings frames
Add configurable capping for values of H2 MAX_FRAME_SIZE and MAX_HEADER_LIST_SIZE settings frames
Jan 9, 2025
MAX_FRAME_SIZE does not need capping, because it is only used for sanity checks.
But MAX_HEADER_LIST_SIZE must be capped because it is used for allocating buffers.
lorban
changed the title
Add configurable capping for values of H2 MAX_FRAME_SIZE and MAX_HEADER_LIST_SIZE settings frames
Add configurable capping for values of H2 MAX_HEADER_LIST_SIZE settings frames
Jan 9, 2025
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: