diff --git a/node/http.go b/node/http.go index c0a8f3acbe..84f3d99c48 100644 --- a/node/http.go +++ b/node/http.go @@ -57,8 +57,6 @@ func makeHTTPService(host string, port uint16, handler http.Handler) *httpServic Addr: net.JoinHostPort(host, portStr), Handler: handler, ReadHeaderTimeout: 30 * time.Second, - IdleTimeout: 30 * time.Second, - ReadTimeout: time.Minute, }, } }