]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Thu, 16 Jul 2015 18:12:10 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Thu, 16 Jul 2015 18:12:10 +0000 (18:12 +0000)
src/url.cc

index e0bf23ae26e33118bc784367209e9a027256feb5..52399915264a0032aed94c15a453905bb836f8d2 100644 (file)
@@ -551,9 +551,9 @@ urlCanonicalClean(const HttpRequest * request)
 
     // URN, CONNECT method, and non-stripped URIs can go straight out
     if (!(request->url.getScheme() == AnyP::PROTO_URN ||
-          !Config.onoff.strip_query_terms ||
-          request->method == Http::METHOD_CONNECT
-          )) {
+            !Config.onoff.strip_query_terms ||
+            request->method == Http::METHOD_CONNECT
+         )) {
 
         // strip anything AFTER a question-mark
         // leaving the '?' in place