Skip to content

Commit

Permalink
Update IncorrectContentLength.bambda
Browse files Browse the repository at this point in the history
  • Loading branch information
PortSwiggerWiener authored Dec 15, 2023
1 parent 7626d21 commit 6a93356
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() || requestResponse.request().method().equal("HEAD")) {
if (!requestResponse.hasResponse() || requestResponse.request().method().equals("HEAD")) {
return false;
}

Expand Down

0 comments on commit 6a93356

Please sign in to comment.