x/net/http2: investigate client write buffering #13593
Open
Milestone
Comments
h1 and h2 have different write patterns. This test was locking in a certain behavior for the h1 client. It's true that the h2 client does more writes than it needs to in some cases (less buffering) for simplicity, but I wasn't planning on investigating whether it's worth fixing until after Go 1.6. |
Aye aye, sounds like a plan. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
testClientWrite in http2 mode with CL https://go-review.googlesource.com/#/c/17751/1 fails, but the fails aren't that consistent
Run 1:
Run 2:
The diff that produced this is
The text was updated successfully, but these errors were encountered: