Merge branch 'master' of github.com:cloudflare/cloudflared
This commit is contained in:
commit
f22202b31b
|
@ -39,6 +39,7 @@ func NewUpstreamHTTPS(endpoint string) (Upstream, error) {
|
||||||
TLSClientConfig: tls,
|
TLSClientConfig: tls,
|
||||||
DisableCompression: true,
|
DisableCompression: true,
|
||||||
MaxIdleConns: 1,
|
MaxIdleConns: 1,
|
||||||
|
Proxy: http.ProxyFromEnvironment,
|
||||||
}
|
}
|
||||||
http2.ConfigureTransport(transport)
|
http2.ConfigureTransport(transport)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue