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

index 0e1a892b4ced207c8c3c0c74dce3bd61645c403e..9b255602b8cfd7f3ceb0fd80671f232a0164e329 100644 (file)
@@ -695,7 +695,7 @@ FwdState::connectDone(const Comm::ConnectionPointer &conn, Comm::Flag status, in
         const bool peerWantsTls = p && p->secure.encryptTransport;
         // userWillSslToPeerForUs assumes CONNECT == HTTPS
         const bool userWillTlsToPeerForUs = p && p->options.originserver &&
-            request->method == Http::METHOD_CONNECT;
+                                            request->method == Http::METHOD_CONNECT;
         const bool needTlsToPeer = peerWantsTls && !userWillTlsToPeerForUs;
         const bool needTlsToOrigin = !p && request->url.getScheme() == AnyP::PROTO_HTTPS;
         if (needTlsToPeer || needTlsToOrigin || request->flags.sslPeek) {