Skip to content

Commit

Permalink
http/httpproxy: remove comment on https proxy precedance
Browse files Browse the repository at this point in the history
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 <dneil@google.com>
Run-TryBot: Damien Neil <dneil@google.com>
Reviewed-by: Damien Neil <dneil@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
  • Loading branch information
seankhliao authored and gopherbot committed Sep 7, 2022
1 parent f3363e0 commit 1e95f45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions http/httpproxy/proxy.go
Expand Up @@ -81,8 +81,7 @@ type config struct {

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

0 comments on commit 1e95f45

Please sign in to comment.