]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Mon, 19 Jan 2015 00:12:07 +0000 (00:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Mon, 19 Jan 2015 00:12:07 +0000 (00:12 +0000)
src/servers/Http1Server.cc

index 6c03f3b882aca6ef981c407fdf8b133787ebd28d..d6f80b9ac28ae598d2ea5d7753fda3bc4ad86457 100644 (file)
@@ -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");