diff options
| author | Damien Neil <dneil@google.com> | 2026-03-10 13:28:14 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2026-03-12 08:10:47 -0700 |
| commit | 2cd24ace83bb8055280b9302efb1a21a14d7c763 (patch) | |
| tree | dab5f7fd2a1dcfd74f2b25c8535117e5217643c3 /src/net/http/http.go | |
| parent | a8a0dc9ea2e8cd37f667614e1b9a6dd5fc0af040 (diff) | |
| download | go-2cd24ace83bb8055280b9302efb1a21a14d7c763.tar.xz | |
net/http/internal/http2: remove fake connection autowait
Fake connections have an option to "autowait", where the connection
calls synctest.Wait before a read or after a write.
This causes some confusing problems in cases when a connection
might be used elsewhere than the main test goroutine, possibly
resulting in two synctest.Wait calls at the same time.
Drop the autowait feature, and add some more explicit Waits
as required.
For #67810
Change-Id: I3ba96b2af3b3a2f171c44bfe47be1d7f6a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/753841
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Nicholas Husin <nsh@golang.org>
Reviewed-by: Nicholas Husin <husin@google.com>
Diffstat (limited to 'src/net/http/http.go')
0 files changed, 0 insertions, 0 deletions
