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

Conversation

violetagg
Copy link
Member

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

…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 violetagg added the type/bug A general bug label Aug 3, 2022
@violetagg violetagg added this to the 1.0.22 milestone Aug 3, 2022
@violetagg violetagg requested a review from a team August 3, 2022 10:26
Copy link
Member

@pderop pderop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@violetagg
Copy link
Member Author

@pderop Thanks for the review!

@violetagg violetagg merged commit 47deeb2 into 1.0.x Aug 3, 2022
@violetagg violetagg deleted the issue-2412 branch August 3, 2022 11:36
violetagg added a commit that referenced this pull request Aug 3, 2022
violetagg added a commit that referenced this pull request Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

on setting HttpServer.idleTimeout(idleTimeoutInMs), no GOWAY packet is seen in tcpdump
2 participants