]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 16 Oct 2013 00:13:59 +0000 (18:13 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Wed, 16 Oct 2013 00:13:59 +0000 (18:13 -0600)
src/http.cc

index 687ef09e84d65a03d279c7afb88dc38f8971b4d1..78070948637fc9372d7bb4ca71777f95554a4a64 100644 (file)
@@ -1976,7 +1976,7 @@ copyOneHeaderFromClientsideRequestToUpstreamRequest(const HttpHeaderEntry *e, co
         if (hdr_out->has(HDR_IF_MODIFIED_SINCE))
             break;
         else if (Config.onoff.cache_miss_revalidate || !request->flags.cachable || request->flags.auth)
-                hdr_out->addEntry(e->clone());
+            hdr_out->addEntry(e->clone());
         break;
 
     case HDR_IF_NONE_MATCH: