1. 03 10月, 2019 1 次提交
    • M
      [http] Support HTTPS_PROXY, NO_PROXY from environment · 26330265
      Mislav Marohnić 提交于
      Previously we only supported HTTP_PROXY because the proxy support in Go
      was lacking in older versions. Now that there is
      `golang.org/x/net/http/httpproxy`, we can rely on that instead to gain
      consistent support for HTTPS_PROXY and NO_PROXY.
      26330265