Skip to content

Properly handle HTTP/2 idle timeout #11726

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

Merged
merged 1 commit into from
Apr 8, 2025
Merged

Properly handle HTTP/2 idle timeout #11726

merged 1 commit into from
Apr 8, 2025

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Apr 8, 2025

Match behavior of HTTP/1 PipeliningServerHandler.

I tried making a test, but IdleStateHandler does not have a hook for time, so it's not possible without extending test runtime further than I want.

Match behavior of HTTP/1 PipeliningServerHandler.

I tried making a test, but IdleStateHandler does not have a hook for time, so it's not possible without extending test runtime further than I want.
@yawkat yawkat added the type: bug Something isn't working label Apr 8, 2025
@yawkat yawkat requested a review from graemerocher April 8, 2025 07:08
Copy link

sonarqubecloud bot commented Apr 8, 2025

@yawkat yawkat merged commit dcbe704 into 4.7.x Apr 8, 2025
22 checks passed
@yawkat yawkat deleted the idle-server-2 branch April 8, 2025 09:27
sdelamo pushed a commit that referenced this pull request Jun 11, 2025
Match behavior of HTTP/1 PipeliningServerHandler.

I tried making a test, but IdleStateHandler does not have a hook for time, so it's not possible without extending test runtime further than I want.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants