From 5c6eb9893bc88a8f05e9069ba479b1d9c0b36cd9 Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Thu, 16 Jul 2015 18:12:10 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/url.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/url.cc b/src/url.cc index e0bf23ae26..5239991526 100644 --- a/src/url.cc +++ b/src/url.cc @@ -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 -- 2.47.3