Skip to content

Commit 1e95f45

Browse files
seankhliaogopherbot
authored andcommitted
http/httpproxy: remove comment on https proxy precedance
For golang/go#40909 For golang/go#54890 Change-Id: I1de1803f8fd00f54290404a8760d9f704ff766c3 Reviewed-on: https://go-review.googlesource.com/c/net/+/428795 Auto-Submit: Damien Neil <[email protected]> Run-TryBot: Damien Neil <[email protected]> Reviewed-by: Damien Neil <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
1 parent f3363e0 commit 1e95f45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

http/httpproxy/proxy.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ type config struct {
8181

8282
// FromEnvironment returns a Config instance populated from the
8383
// environment variables HTTP_PROXY, HTTPS_PROXY and NO_PROXY (or the
84-
// lowercase versions thereof). HTTPS_PROXY takes precedence over
85-
// HTTP_PROXY for https requests.
84+
// lowercase versions thereof).
8685
//
8786
// The environment values may be either a complete URL or a
8887
// "host[:port]", in which case the "http" scheme is assumed. An error

0 commit comments

Comments
 (0)