We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ResponseHeaderTimeout
1 parent a7789ee commit 06ead29Copy full SHA for 06ead29
util/resolver/resolver.go
@@ -206,7 +206,6 @@ func newDefaultTransport() *http.Transport {
206
MaxIdleConnsPerHost: 4,
207
TLSHandshakeTimeout: 10 * time.Second,
208
ExpectContinueTimeout: 5 * time.Second,
209
- ResponseHeaderTimeout: 30 * time.Second,
210
TLSNextProto: make(map[string]func(authority string, c *tls.Conn) http.RoundTripper),
211
}
212
0 commit comments