Skip to content

Commit

Permalink
Merge pull request #344 from DopplerHQ/proxy
Browse files Browse the repository at this point in the history
Support reading network proxy from environment
  • Loading branch information
Piccirello authored Nov 4, 2022
2 parents a3c672c + 72a5bf4 commit 26ee6ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/http/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ func performRequest(req *http.Request, verifyTLS bool, params []queryParam) (int
DisableKeepAlives: true,
TLSClientConfig: tlsConfig,
DialContext: dialContext,
Proxy: http.ProxyFromEnvironment,
}

startTime := time.Now()
Expand Down

0 comments on commit 26ee6ef

Please sign in to comment.