Jelajahi Sumber

Dial => DialContext

DarthSim 4 tahun lalu
induk
melakukan
2765b71e9c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      download.go

+ 1 - 1
download.go

@@ -52,7 +52,7 @@ func initDownloading() error {
 		MaxIdleConns:        conf.Concurrency,
 		MaxIdleConnsPerHost: conf.Concurrency,
 		DisableCompression:  true,
-		Dial:                (&net.Dialer{KeepAlive: 600 * time.Second}).Dial,
+		DialContext:         (&net.Dialer{KeepAlive: 600 * time.Second}).DialContext,
 	}
 
 	if conf.IgnoreSslVerification {