Fixed HTTP proxy things for env
This commit is contained in:
@@ -5686,7 +5686,7 @@ func initHandlers() {
|
||||
log.Printf("[DEBUG] Setting Opensearch proxy to %s", httpProxy)
|
||||
transport.Proxy = http.ProxyURL(url_proxy)
|
||||
} else {
|
||||
log.PrintF("[ERROR] Failed setting proxy for %s", httpProxy)
|
||||
log.Printf("[ERROR] Failed setting proxy for %s", httpProxy)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user