]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 6 Dec 2010 01:10:52 +0000 (18:10 -0700)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Mon, 6 Dec 2010 01:10:52 +0000 (18:10 -0700)
src/client_side_reply.cc

index 5e1f7ca3d4cf4e590a3627dbe48f17b3470e54df..f9814f8f48e2351ac195cf12b3d5596e20110e68 100644 (file)
@@ -1880,7 +1880,7 @@ void
 clientReplyContext::sendNotModifiedOrPreconditionFailedError()
 {
     if (http->request->method == METHOD_GET ||
-        http->request->method == METHOD_HEAD)
+            http->request->method == METHOD_HEAD)
         sendNotModified();
     else
         sendPreconditionFailedError();