Skip to content

Commit 06ead29

Browse files
committed
Revert "specify a ResponseHeaderTimeout value"
This reverts commit 73ef9e2. Setting timeout here may cause timeouts on uploading big layer blob. Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
1 parent a7789ee commit 06ead29

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)