misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-11 20:49:41 +01:00
parent 4d49de674b
commit c901cf31d5

View file

@ -98,7 +98,7 @@ func (j *JSResponse) ReadBody() string {
}
j.Body = string(raw)
j.UpdateHash()
j.bodyRead = true
return j.Body
}