Skip to content

Commit 86b22f7

Browse files
authored
Merge pull request moby#4005 from tonistiigi/revert-responseheadertimeout
Revert "specify a `ResponseHeaderTimeout` value"
2 parents a7789ee + 06ead29 commit 86b22f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/resolver/resolver.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ func newDefaultTransport() *http.Transport {
206206
MaxIdleConnsPerHost: 4,
207207
TLSHandshakeTimeout: 10 * time.Second,
208208
ExpectContinueTimeout: 5 * time.Second,
209-
ResponseHeaderTimeout: 30 * time.Second,
210209
TLSNextProto: make(map[string]func(authority string, c *tls.Conn) http.RoundTripper),
211210
}
212211
}

0 commit comments

Comments
 (0)