This commit is contained in:
Yann Hamon 2021-09-26 11:58:09 +02:00
parent dee75355d0
commit 4e83800979

View file

@ -28,7 +28,7 @@ func newHTTPRegistry(schemaPathTemplate string, cacheFolder string, strict bool,
MaxIdleConns: 100,
IdleConnTimeout: 3 * time.Second,
DisableCompression: true,
Proxy: http.ProxyFromEnvironment,
Proxy: http.ProxyFromEnvironment,
}
if skipTLS {