mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
parent
6fce1ac267
commit
c3d6cc91ec
@ -21,5 +21,5 @@ func (ci *ConfigInfo) dialTimeout(network, address string) (net.Conn, error) {
|
||||
|
||||
// Initialise the http.Transport for pre go1.7
|
||||
func (ci *ConfigInfo) initTransport(t *http.Transport) {
|
||||
t.Dial = dialTimeout
|
||||
t.Dial = ci.dialTimeout
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user