From c901cf31d5504bffc7a0013ec637fd3b70e8166c Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sun, 11 Feb 2018 20:49:41 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/http_proxy_js_response.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http_proxy_js_response.go b/modules/http_proxy_js_response.go index 74915a51..83dfc069 100644 --- a/modules/http_proxy_js_response.go +++ b/modules/http_proxy_js_response.go @@ -98,7 +98,7 @@ func (j *JSResponse) ReadBody() string { } j.Body = string(raw) - j.UpdateHash() + j.bodyRead = true return j.Body }