diff --git a/Proxy/HTTP/IncorrectContentLength.bambda b/Proxy/HTTP/IncorrectContentLength.bambda index e35804d..8f9ec64 100644 --- a/Proxy/HTTP/IncorrectContentLength.bambda +++ b/Proxy/HTTP/IncorrectContentLength.bambda @@ -4,7 +4,7 @@ * @author albinowax **/ -if (!requestResponse.hasResponse()) { +if (!requestResponse.hasResponse() || requestResponse.request().method().equals("HEAD")) { return false; }