mirror of
https://github.com/restic/restic.git
synced 2026-02-14 00:03:27 -05:00
Remove deprecated HTTP option that is now the default.
This commit is contained in:
parent
a389977bd7
commit
4420fde378
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue