x/net/http2: unexpected read data latency #23229
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Performance
Milestone
Please answer these questions before submitting your issue. Thanks!
What version of Go are you using (
go version
)?go1.9.2
I tried go1.8.2 also.
Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?What did you do?
I used linux tc to simulate an network latency of 2s(receive data had no latency, and send did ) at a grpc server( etcd indeed), and I recorded the http2 debug output.
you can see that, client read data in last 4s, Is that normal??
I think client should read all data in only 2s because server have send all data at last 2 second.
What did you expect to see?
What did you see instead?
The text was updated successfully, but these errors were encountered: