We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3363e0 commit 1e95f45Copy full SHA for 1e95f45
http/httpproxy/proxy.go
@@ -81,8 +81,7 @@ type config struct {
81
82
// FromEnvironment returns a Config instance populated from the
83
// 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.
+// lowercase versions thereof).
86
//
87
// The environment values may be either a complete URL or a
88
// "host[:port]", in which case the "http" scheme is assumed. An error
0 commit comments