Skip to content

Commit

Permalink
remove response header timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Nov 25, 2020
1 parent 18f3ddb commit 9cee4e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ func clientTransport(ctx *cli.Context, enableTLS bool) http.RoundTripper {
DialContext: xhttp.DialContextWithDNSCache(globalDNSCache, xhttp.NewInternodeDialContext(rest.DefaultTimeout)),
MaxIdleConnsPerHost: 1024,
IdleConnTimeout: 15 * time.Second,
ResponseHeaderTimeout: 3 * time.Minute, // Set conservative timeouts for MinIO internode.
TLSHandshakeTimeout: 15 * time.Second,
ExpectContinueTimeout: 15 * time.Second,
// Set this value so that the underlying transport round-tripper
Expand Down

0 comments on commit 9cee4e4

Please sign in to comment.