]> Cypherpunks repositories - gostls13.git/commit
net/http: vendor x/net/http/httpproxy, use it in net/http
authorRoger Peppe <rogpeppe@gmail.com>
Wed, 4 Oct 2017 18:28:59 +0000 (19:28 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 29 May 2018 21:54:57 +0000 (21:54 +0000)
commit210a9e0c7dbe9bc16522387e7a0c902d29a5f85c
treed1eb5200a686afd44d93be3c129525c1429e03f9
parentb28e33d371cf96f6f34bbc576b6fd95468ea25bc
net/http: vendor x/net/http/httpproxy, use it in net/http

From x/net git rev c7086645de2.

Updates #16704

Change-Id: I4d642478fc69a52c973964845fca2fd402716e57
Reviewed-on: https://go-review.googlesource.com/68091
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/go/build/deps_test.go
src/net/http/export_test.go
src/net/http/proxy_test.go
src/net/http/transport.go
src/net/http/transport_test.go
src/vendor/golang_org/x/net/http/httpproxy/export_test.go [new file with mode: 0644]
src/vendor/golang_org/x/net/http/httpproxy/proxy.go [new file with mode: 0644]
src/vendor/golang_org/x/net/http/httpproxy/proxy_test.go [new file with mode: 0644]