]> Cypherpunks repositories - gostls13.git/commit
net/http/httputil: skip new test on Plan 9
authorIan Lance Taylor <iant@golang.org>
Tue, 4 Mar 2025 18:07:15 +0000 (10:07 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 4 Mar 2025 18:31:25 +0000 (10:31 -0800)
commitf95941de4908a45287d700697347aa69d714457b
tree6b79a7a5b524d971fe808d21b0ed36c3b9c68d50
parentba3c57fc7ceb6c1158e81ccd8071cdeb7a6d6793
net/http/httputil: skip new test on Plan 9

TestReverseProxyWebSocketHalfTCP requires half closed connections,
which aren't supported on Plan 9.

For #35892
Fixes #72095

Change-Id: I64b458bc15ac3b8eda43dc871bf67ada32a59708
Reviewed-on: https://go-review.googlesource.com/c/go/+/654636
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
Reviewed-by: David du Colombier <0intro@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/net/http/httputil/reverseproxy_test.go