Remove deprecated HTTP option that is now the default.

This commit is contained in:
Martin Smith
2025-03-23 10:10:54 +00:00
parent a389977bd7
commit 4420fde378

View File

@@ -80,7 +80,6 @@ func Transport(opts TransportOptions) (http.RoundTripper, error) {
DialContext: (&net.Dialer{
Timeout: 30 * time.Second,
KeepAlive: 30 * time.Second,
DualStack: true,
}).DialContext,
MaxIdleConns: 100,
MaxIdleConnsPerHost: 100,