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

Ensure HttpServer#idleTimeout configuration is applied for both HTTP/1.1 and HTTP/2 #2414

Merged
merged 1 commit into from Aug 3, 2022

Commits on Aug 3, 2022

  1. Ensure HttpServer#idleTimeout configuration is applied for both HTTP/…

    …1.1 and HTTP/2
    
    Ensure GOAWAY is send in case of HTTP/2
    
    https://www.rfc-editor.org/rfc/rfc9113.html#section-6.8
    
    `The GOAWAY frame (type=0x07) is used to initiate shutdown of a connection`
    
    Fixes #2412
    violetagg committed Aug 3, 2022
    Copy the full SHA
    d828399 View commit details
    Browse the repository at this point in the history