]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Thu, 8 Dec 2016 00:12:08 +0000 (00:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Thu, 8 Dec 2016 00:12:08 +0000 (00:12 +0000)
src/client_side_reply.cc

index af89e2354bb28bbfd5f6865a453bf32c9d079ce1..ba5334c4ffda0fe955e83bd484875fd3ba60698f 100644 (file)
@@ -815,8 +815,8 @@ clientReplyContext::processConditional(StoreIOBuffer &result)
     if (r.flags.ims) {
         // handle If-Modified-Since requests from the client
         if (e->modifiedSince(r.ims, r.imslen)) {
-           // Modified-Since is true; treat as an unconditional hit
-           return false;
+            // Modified-Since is true; treat as an unconditional hit
+            return false;
 
         } else {
             // otherwise reply with 304 Not Modified