net/http: Transport.RoundTrip occasionally stalls when using http2client #34401
Milestone
Comments
The changes that Russ and I made should not affect HTTP/2, and shouldn't have any effect on the @grudzinski, did this stall occur with previous |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
My server is doing a lot of requests to another servers.
What did you expect to see?
A normal work. It works OK when http2client is disabled.
What did you see instead?
A lot of unexpected goroutines locked in go http2 implementation.
See the diff of profiles, this is the problem stacktrace, diff is about 1:30.
The text was updated successfully, but these errors were encountered: