]> Cypherpunks repositories - gostls13.git/commit
net/http: HTTPS proxies support
authorBen Schwartz <bemasc@google.com>
Thu, 5 Oct 2017 18:07:55 +0000 (14:07 -0400)
committerTom Bergan <tombergan@google.com>
Fri, 13 Oct 2017 18:20:45 +0000 (18:20 +0000)
commitf5cd3868d52babd106e0509a67295690246a5252
treeb01bad83541beb6d683259b308616a844b9c113f
parent897080d5cbb1793f8ad3ef5fb7c6fafba2e97d42
net/http: HTTPS proxies support

net/http already supports http proxies. This CL allows it to establish
a connection to the http proxy over https. See more at:
https://www.chromium.org/developers/design-documents/secure-web-proxy

Fixes golang/go#11332

Change-Id: If0e017df0e8f8c2c499a2ddcbbeb625c8fa2bb6b
Reviewed-on: https://go-review.googlesource.com/68550
Run-TryBot: Tom Bergan <tombergan@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tom Bergan <tombergan@google.com>
src/net/http/transport.go
src/net/http/transport_test.go