This commit is contained in:
buffermet 2025-02-15 11:57:08 +01:00 committed by GitHub
parent 1c657fdf53
commit f3001aa565
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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