diff --git a/main.go b/main.go index c669ddc..21c0649 100644 --- a/main.go +++ b/main.go @@ -52,12 +52,7 @@ func main() { frontendProxy := httputil.NewSingleHostReverseProxy(rpURL) - srv := &http.Server{ - ReadTimeout: 60 * time.Second, - WriteTimeout: 60 * time.Second, - IdleTimeout: 30 * time.Second, - ReadHeaderTimeout: 20 * time.Second, - } + srv := &http.Server{} if c.Strip == "" { if c.Log { srv.Handler = logRequest(frontendProxy)