Skip to content

net/http: close accepted connection when Closed #53118

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

Closed

Conversation

AlexanderYastrebov
Copy link
Contributor

Previous attempt https://golang.org/cl/353714 also incorrectly closed
accepted connection while in shutdown.

Fixes #48642
Updates #33313, #36819

Previous attempt https://golang.org/cl/353714 also incorrectly closed
accepted connection while in shutdown.

Fixes golang#48642
Updates golang#33313, golang#36819
@gopherbot
Copy link
Contributor

This PR (HEAD: 6d2d9e3) has been imported to Gerrit for code review.

Please visit https://go-review.googlesource.com/c/go/+/409154 to see it.

Tip: You can toggle comments from me using the comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Contributor

Message from Damien Neil:

Patch Set 1:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/409154.
After addressing review feedback, remember to publish your drafts!

@AlexanderYastrebov
Copy link
Contributor Author

Superseded by https://go.dev/cl/409537

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

net/http: Server.Close may not able to close all connections
2 participants