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.
2 parents a7789ee + 06ead29 commit 86b22f7Copy full SHA for 86b22f7
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