http2: remove test-only path in requestBody.Read 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>
This repository holds supplementary Go networking packages.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/net.
The main issue tracker for the net repository is located at https://go.dev/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.