mirror of
https://github.com/golang/net.git
synced 2026-03-31 18:37:08 +09:00
requestBody.Read avoids panicking when requestBody.conn is unset and we are in tests. This seems like an excellent way to hide a non-test panic. Drop the exceptional path. This path was introduced in golang.org/cl/31636 to support a test verifying that concurrently closing and reading from a Request.Body does not race. Rewrite this test to use a real server handler. Change-Id: I778e78ff9ab45e248769557fff94d17940eb7a18 Reviewed-on: https://go-review.googlesource.com/c/net/+/701000 Auto-Submit: Nicholas Husin <nsh@golang.org> Reviewed-by: Nicholas Husin <husin@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Nicholas Husin <nsh@golang.org>