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

Limit the number of Continuation frames per HTTP2 Headers #13969

Open
wants to merge 1 commit into
base: 4.1
Choose a base branch
from

Commits on Mar 25, 2024

  1. Limit the number of Continuation frames per HTTP2 Headers

    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
    normanmaurer committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    c2ef97d View commit details
    Browse the repository at this point in the history