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 #6208 - HTTP/2 max local stream count exceeded #6220

Merged

Commits on Apr 28, 2021

  1. Fixes #6208 - HTTP/2 max local stream count exceeded

    Backported from Jetty 10 the "new stream" event so that the Stream can be set early on the client's `HttpChannelOverHTTP2`.
    In this way, when a HEADERS frame stalled due to TCP congestion is failed, the corresponding Stream is closed and the connection released to the pool, fixing the "max stream exceeded" issue.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    0b315d7 View commit details
    Browse the repository at this point in the history
  2. Issue #6208 - HTTP/2 max local stream count exceeded

    Updates after review.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    967e13d View commit details
    Browse the repository at this point in the history