From f3001aa5658756e1c9ea8adec14dd34c6a969f90 Mon Sep 17 00:00:00 2001 From: buffermet <29265684+buffermet@users.noreply.github.com> Date: Sat, 15 Feb 2025 11:57:08 +0100 Subject: [PATCH] misc --- modules/http_proxy/http_proxy_js_response.go | 1 - 1 file changed, 1 deletion(-) 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