]> Cypherpunks repositories - gostls13.git/commit
net/http: support https_proxy in ProxyFromEnvironment
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 Sep 2014 23:55:39 +0000 (16:55 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 24 Sep 2014 23:55:39 +0000 (16:55 -0700)
commite6f21be3f48802f18013a7e95bb3850882ab96e3
treef40a94212fcc92693eb324f0c843735ca397a370
parent6077f0fc32a401f9a7b9540b6d1b00e855018c9a
net/http: support https_proxy in ProxyFromEnvironment

Fixes #6181

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/148980043
src/net/http/export_test.go
src/net/http/transport.go
src/net/http/transport_test.go