From: Source Maintenance Date: Mon, 19 Jan 2015 00:12:07 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: merge-candidate-3-v1~332 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=633fec2203d24136867cfc75b81751923ce9485b;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/servers/Http1Server.cc b/src/servers/Http1Server.cc index 6c03f3b882..d6f80b9ac2 100644 --- a/src/servers/Http1Server.cc +++ b/src/servers/Http1Server.cc @@ -211,7 +211,7 @@ Http::One::Server::processParsedRequest(ClientSocketContext *context) return; } - if (Config.accessList.forceRequestBodyContinuation) { + if (Config.accessList.forceRequestBodyContinuation) { ACLFilledChecklist bodyContinuationCheck(Config.accessList.forceRequestBodyContinuation, request.getRaw(), NULL); if (bodyContinuationCheck.fastCheck() == ACCESS_ALLOWED) { debugs(33, 5, "Body Continuation forced");