]> Cypherpunks.ru repositories - gostls13.git/commit
net/http: let ErrNotSupported match errors.ErrUnsupported
authorIan Lance Taylor <iant@golang.org>
Wed, 10 May 2023 19:47:06 +0000 (12:47 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 10 May 2023 20:13:04 +0000 (20:13 +0000)
commit3d33532d1cb25955d2bb236394a0afa99899a35c
tree724e199d9577a000679eb4990dead57d80bb9e04
parent945a2b17f3b47b4e0bda9a2a92186412b5704c9a
net/http: let ErrNotSupported match errors.ErrUnsupported

For #41198

Change-Id: Ibb030e94618a1f594cfd98ddea214ad7a88d2e73
Reviewed-on: https://go-review.googlesource.com/c/go/+/494122
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
api/next/41198.txt
src/net/http/request.go
src/net/http/request_test.go