Commit c713bd9a by berghauz Committed by GitHub

Proxy support added, fixes #7922

Well, i'm really want to see it working in 4.3.0
parent 820671d6
......@@ -21,6 +21,7 @@ type WebdavUploader struct {
}
var netTransport = &http.Transport{
Proxy: http.ProxyFromEnvironment,
Dial: (&net.Dialer{
Timeout: 60 * time.Second,
}).Dial,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment