]> Cypherpunks.ru repositories - gostls13.git/commit
net/http: remove outdated comment about a support of CONNECT method
authorKeiichi Hirobe <chalenge.akane@gmail.com>
Sun, 22 Oct 2023 08:30:37 +0000 (17:30 +0900)
committerGopher Robot <gobot@golang.org>
Mon, 23 Oct 2023 20:47:30 +0000 (20:47 +0000)
commitf9c54f9cd441110af2146d9c21eeaee9df178204
treec0be74aa1316a628705725e0c710b1c7900a7aeb
parente46e8610aba89ed91896ab6ccc5349636e0b4df2
net/http: remove outdated comment about a support of CONNECT method

The net/http.Transport already supports CONNECT after
https://go-review.googlesource.com/c/go/+/123156 was merged, which
deleted comments in transport.go.

Change-Id: I784fdb9b044bc8a4a29bf252328c80a11aaf6901
Reviewed-on: https://go-review.googlesource.com/c/go/+/536057
Auto-Submit: Damien Neil <dneil@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Damien Neil <dneil@google.com>
src/net/http/request.go