-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Netty connection timeouts of 0 or -1 are not applied correctly #16535
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
Netty connection timeouts of 0 or -1 are not applied correctly #16535
Conversation
Thanks once again @ayudovin ! |
@ayudovin can you please remove the merge commit from the PR? (and not use merge commits in general). Rebasing your changes from master and push force the result on your existing branch ( |
39229ce
to
f54bd28
Compare
f54bd28
to
8b83046
Compare
@snicoll, I tried to follow your suggestion. Can you check that it's alright? |
Perfect, thank you very much! |
@snicoll, Do I need to rebase again my changes? |
@ayudovin There's no need for an additional rebase, we'll take care of that when merging. |
@philwebb Do you have updates about this pull request? |
@ayudovin the PR is triaged with an assigned milestone. All that's left is a review and merge. We have a lot of things going on at the moment and we'll get to it as soon as we can. |
Update `NettyWebServerFactoryCustomizer` to deal with the fact that Netty treats `0` and negative connection timeout values differently to Tomcat, Undertow and Jetty. See gh-16535
Thanks for the fix @ayudovin, and for discovering and fixing the bug in |
Fix for #16497