Merge pull request #5299 from Martin2112/go_cleanup

A few more small cleanups that should not change behaviour.
This commit is contained in:
Michael Eischer
2025-03-24 13:59:39 +01:00
committed by GitHub
11 changed files with 29 additions and 34 deletions

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,