Skip to content

Auto-port 5.0: Limit the number of Continuation frames per HTTP2 Headers#16535

Merged
normanmaurer merged 1 commit into5.0from
auto-port-pr-13969-to-5.0
Mar 24, 2026
Merged

Auto-port 5.0: Limit the number of Continuation frames per HTTP2 Headers#16535
normanmaurer merged 1 commit into5.0from
auto-port-pr-13969-to-5.0

Conversation

@netty-project-bot
Copy link
Copy Markdown
Contributor

Auto-port of #13969 to 5.0
Cherry-picked commit: 9f47a7b


Motivation:

We should limit the number of continuation frames that the remote peer is allowed to sent per headers.

Modifications:

  • Limit the number of continuation frames by default to 16 and allow the user to change this.
  • Add unit test

Result:

Do some more validations to guard against resource usage

Motivation:

We should limit the number of continuation frames that the remote peer
is allowed to sent per headers.

Modifications:

- Limit the number of continuation frames by default to 16 and allow the
user to change this.
- Add unit test

Result:

Do some more validations to guard against resource usage

---------

Co-authored-by: Bryce Anderson <bl_anderson@apple.com>
Co-authored-by: Chris Vest <mr.chrisvest@gmail.com>
(cherry picked from commit 9f47a7b)
@normanmaurer normanmaurer added this to the 5.0.0.Final milestone Mar 24, 2026
@normanmaurer normanmaurer merged commit 9e6b1ff into 5.0 Mar 24, 2026
12 of 13 checks passed
@normanmaurer normanmaurer deleted the auto-port-pr-13969-to-5.0 branch March 24, 2026 16:14
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