Skip to content

Commit

Permalink
Hack the code so that both existing Go versions and current Go master…
Browse files Browse the repository at this point in the history
… format it the same (#358)
  • Loading branch information
nolanmar511 authored and aalexand committed Apr 6, 2018
1 parent 94bbd8e commit 58b78aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/driver/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -599,9 +599,9 @@ var httpGet = func(source string, timeout time.Duration) (*http.Response, error)

client := &http.Client{
Transport: &http.Transport{
Proxy: http.ProxyFromEnvironment,
TLSClientConfig: tlsConfig,
ResponseHeaderTimeout: timeout + 5*time.Second,
Proxy: http.ProxyFromEnvironment,
TLSClientConfig: tlsConfig,
},
}
return client.Get(source)
Expand Down

0 comments on commit 58b78aa

Please sign in to comment.