]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSource Maintenance <squidadm@squid-cache.org>
Wed, 3 May 2017 18:12:07 +0000 (18:12 +0000)
committerSource Maintenance <squidadm@squid-cache.org>
Wed, 3 May 2017 18:12:07 +0000 (18:12 +0000)
src/client_side_request.cc

index 0f1bf1973d04877a81d1c68663e84b9edf77283b..27a7996adb0737eb7dc23262fecd007756b90911 100644 (file)
@@ -1427,7 +1427,7 @@ ClientRequestContext::sslBumpAccessCheck()
     if (bumpMode != Ssl::bumpEnd) {
         debugs(85, 5, HERE << "SslBump already decided (" << bumpMode <<
                "), " << "ignoring ssl_bump for " << http->getConn());
-        
+
         // We need the following "if" for transparently bumped TLS connection,
         // because in this case we are running ssl_bump access list before
         // the doCallouts runs. It can be removed after the bug #4340 fixed.
@@ -1437,7 +1437,7 @@ ClientRequestContext::sslBumpAccessCheck()
         //    or because of the client-first bumping mode
         //  - When the bumping is already started
         if (!http->getConn()->switchedToHttps() &&
-            !http->getConn()->serverBump())
+                !http->getConn()->serverBump())
             http->sslBumpNeed(bumpMode); // for processRequest() to bump if needed and not already bumped
         http->al->ssl.bumpMode = bumpMode; // inherited from bumped connection
         return false;