Skip to content

Commit

Permalink
Revert "feat(scw): allow usage of http proxy" (#1805)
Browse files Browse the repository at this point in the history
  • Loading branch information
Codelax authored Aug 9, 2023
1 parent c363b60 commit 2d15631
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scw/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,6 @@ func newHTTPClient() *http.Client {
return &http.Client{
Timeout: 30 * time.Second,
Transport: &http.Transport{
Proxy: http.ProxyFromEnvironment,
DialContext: (&net.Dialer{Timeout: 5 * time.Second}).DialContext,
TLSHandshakeTimeout: 5 * time.Second,
ResponseHeaderTimeout: 30 * time.Second,
Expand Down

0 comments on commit 2d15631

Please sign in to comment.