-
Notifications
You must be signed in to change notification settings - Fork 18k
net/http: Connection to HTTP/2 site with IdleConnTimeout hangs [1.13 backport] #34498
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
Comments
In #34387 (comment), @fraenkel notes:
|
@fraenkel, if you would like this to be backported, please send a cherry-pick CL per https://github.com/golang/go/wiki/MinorReleases#making-cherry-pick-cls. (On the other hand, if you don't think it's a good backport candidate after all, please let us know or close this issue.) |
Change https://golang.org/cl/197377 mentions this issue: |
Closed by merging 44a4250 to release-branch.go1.13. |
…nger cached When the http2 transport returns a NoCachedConnError, the connection must be removed from the idle list as well as the connections per host. Fixes #34498 Change-Id: I7875c9c95e694a37a339bb04385243b49f9b20d3 Reviewed-on: https://go-review.googlesource.com/c/go/+/196665 Reviewed-by: Brad Fitzpatrick <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/197377 Run-TryBot: Emmanuel Odeke <[email protected]>
@bradfitz requested issue #34387 to be considered for backport to the next 1.13 minor release.
The text was updated successfully, but these errors were encountered: