mirror of
https://github.com/rclone/rclone.git
synced 2026-09-16 00:03:05 -04:00
1 parent
6fce1ac267
commit
c3d6cc91ec
1 file changed
+1
-1
+1
-1
@@ -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
|
||||
}
|
||||
Reference in new issue
Block a user