Skip to content

Commit

Permalink
Merge pull request #43 from soffensive/contentlength
Browse files Browse the repository at this point in the history
Update IncorrectContentLength.bambda
  • Loading branch information
ps-porpoise authored Dec 15, 2023
2 parents 13dbd19 + 6a93356 commit 024595b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Proxy/HTTP/IncorrectContentLength.bambda
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @author albinowax
**/

if (!requestResponse.hasResponse()) {
if (!requestResponse.hasResponse() || requestResponse.request().method().equals("HEAD")) {
return false;
}

Expand Down

0 comments on commit 024595b

Please sign in to comment.