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 #11259 - HTTP/2 connection not closed after idle timeout when TCP congested. #11267

Merged
merged 3 commits into from
Jan 15, 2024

Commits on Jan 12, 2024

  1. Fixes #11259 - HTTP/2 connection not closed after idle timeout when T…

    …CP congested.
    
    Now upon the second idle timeout, the connection is forcibly closed.
    Fixed also similar problem in HTTP/3.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fa14d99 View commit details
    Browse the repository at this point in the history
  2. Cosmetics.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b19dc8a View commit details
    Browse the repository at this point in the history
  3. Updates after review.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d724208 View commit details
    Browse the repository at this point in the history