mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
Merge pull request #8394 from berghauz/master
Proxy support added to webdav uploader, fixes #7922
This commit is contained in:
commit
16fb7a2e4a
@ -21,6 +21,7 @@ type WebdavUploader struct {
|
||||
}
|
||||
|
||||
var netTransport = &http.Transport{
|
||||
Proxy: http.ProxyFromEnvironment,
|
||||
Dial: (&net.Dialer{
|
||||
Timeout: 60 * time.Second,
|
||||
}).Dial,
|
||||
|
Loading…
Reference in New Issue
Block a user