]> Cypherpunks repositories - gostls13.git/commit
net/http: avoid leaking io.Copy goroutines (and hijacked connections) in TestTranspor...
authorBryan C. Mills <bcmills@google.com>
Fri, 1 Dec 2023 21:27:43 +0000 (16:27 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 1 Dec 2023 22:07:19 +0000 (22:07 +0000)
commit58bfef82fcafdb13c6f456313d2972c4530a8193
tree722394f98dfd386e03dc3003f197911d257305a3
parent3220bbe1fbbf3d1f46cea9dce5e012d3b54901ee
net/http: avoid leaking io.Copy goroutines (and hijacked connections) in TestTransportNoReuseAfterEarlyResponse

Fixes #64252 (maybe).

Change-Id: Iba2a403a9347be4206f14acb11591dc2eb7f9fb8
Reviewed-on: https://go-review.googlesource.com/c/go/+/546616
Reviewed-by: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
src/net/http/transport_test.go