diff --git a/main.go b/main.go index 5b1659d..5012667 100644 --- a/main.go +++ b/main.go @@ -47,9 +47,8 @@ func main() { rp := httputil.NewSingleHostReverseProxy(upstreamUrl) rp.Transport = &http.Transport{ - Proxy: http.ProxyURL(proxyUrl), - DisableKeepAlives: true, - DisableCompression: true, + Proxy: http.ProxyURL(proxyUrl), + DisableKeepAlives: true, } err = http.ListenAndServe("0.0.0.0:"+strconv.Itoa(port), http.HandlerFunc(func(rw http.ResponseWriter, r *http.Request) {