mirror of
https://github.com/restic/restic.git
synced 2025-08-21 06:50:46 +00:00
Remove deprecated HTTP option that is now the default.
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user