diff --git a/modules/http_proxy/http_proxy_js_response.go b/modules/http_proxy/http_proxy_js_response.go index c66cbe7f..b464a979 100644 --- a/modules/http_proxy/http_proxy_js_response.go +++ b/modules/http_proxy/http_proxy_js_response.go @@ -78,7 +78,6 @@ func (j *JSResponse) WasModified() bool { func (j *JSResponse) CheckIfModifiedAndUpdateHash() bool { newHash := j.NewHash() - // body was read if j.bodyRead { // body was read j.refHash = newHash