diff options
Diffstat (limited to 'src/cmd/vendor/github.com/google')
| -rw-r--r-- | src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go b/src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go index 2b1d90dafd..a929b0f790 100644 --- a/src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go +++ b/src/cmd/vendor/github.com/google/pprof/internal/driver/fetch.go @@ -598,8 +598,8 @@ var httpGet = func(source string, timeout time.Duration) (*http.Response, error) client := &http.Client{ Transport: &http.Transport{ ResponseHeaderTimeout: timeout + 5*time.Second, - Proxy: http.ProxyFromEnvironment, - TLSClientConfig: tlsConfig, + Proxy: http.ProxyFromEnvironment, + TLSClientConfig: tlsConfig, }, } return client.Get(source) |
