-
Notifications
You must be signed in to change notification settings - Fork 18.4k
net/http: close accepted connection #48753
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
Conversation
This PR (HEAD: 2b23f0f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/353714 to see it. Tip: You can toggle comments from me using the |
Message from Damien Neil: Patch Set 1: Run-TryBot+1 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Go Bot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Damien Neil: Patch Set 1: (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Go Bot: Patch Set 1: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
2b23f0f
to
27db2ba
Compare
This PR (HEAD: 27db2ba) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/353714 to see it. Tip: You can toggle comments from me using the |
Message from Alexander Yastrebov: Patch Set 2: (4 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Damien Neil: Patch Set 3: Commit message was updated. Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Damien Neil: Patch Set 3: Run-TryBot+1 Code-Review+2 Trust+1 (3 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Go Bot: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Alexander Yastrebov: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Alexander Yastrebov: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Alexander Yastrebov: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Cherry Mui: Patch Set 4: Run-TryBot+1 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Go Bot: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Go Bot: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Go Bot: Patch Set 4: TryBot-Result-1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
27db2ba
to
a0e8b80
Compare
Message from Ian Lance Taylor: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
This PR (HEAD: a0e8b80) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/go/+/353714 to see it. Tip: You can toggle comments from me using the |
Message from Alexander Yastrebov: Patch Set 4: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Ian Lance Taylor: Patch Set 5: Run-TryBot+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Gopher Robot: Patch Set 5: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Gopher Robot: Patch Set 5: TryBot-Result+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from Dmitri Shuralyov: Patch Set 5: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
Message from David Chase: Patch Set 5: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/353714. |
This PR is being closed because golang.org/cl/353714 has been merged. |
Fixes #48642 Change-Id: I7bf00517bea43dcf38e15b778818a3a3f6ffe23e GitHub-Last-Rev: a0e8b80 GitHub-Pull-Request: #48753 Reviewed-on: https://go-review.googlesource.com/c/go/+/353714 Reviewed-by: David Chase <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
Fixes #48642 Change-Id: I7bf00517bea43dcf38e15b778818a3a3f6ffe23e GitHub-Last-Rev: a0e8b80f18dc8ae60944e01e5985c30d610efdf5 GitHub-Pull-Request: golang/go#48753 Reviewed-on: https://go-review.googlesource.com/c/go/+/353714 Reviewed-by: David Chase <[email protected]> Reviewed-by: Damien Neil <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
Fixes #48642