Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[internal-branch.go1.17-vendor] http2: don't rely on system TCP buffe…
…r sizes in TestServer_MaxQueuedControlFrames This test relies on filling up a TCP write buffer, but buffer sizes aren't under our control and can be large. Use a net.Conn wrapper that blocks instead. Updates golang/go#49077 Change-Id: I72471ef293f906b33f2a0fd81d69a3dd57f32fde Reviewed-on: https://go-review.googlesource.com/c/net/+/349932 Trust: Damien Neil <dneil@google.com> Run-TryBot: Damien Neil <dneil@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-on: https://go-review.googlesource.com/c/net/+/357688 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
- Loading branch information