From: Alex Rousskov Date: Thu, 12 Nov 2015 18:45:11 +0000 (-0700) Subject: Updated stale "Ssl" text to make the comment match the code again. X-Git-Tag: SQUID_4_0_3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53b9f8d3474f6b3ed0229502180278f13339920;p=thirdparty%2Fsquid.git Updated stale "Ssl" text to make the comment match the code again. --- diff --git a/src/FwdState.cc b/src/FwdState.cc index 6780880794..ed831050a3 100644 --- a/src/FwdState.cc +++ b/src/FwdState.cc @@ -693,7 +693,7 @@ FwdState::connectDone(const Comm::ConnectionPointer &conn, Comm::Flag status, in if (!request->flags.pinned) { const CachePeer *p = serverConnection()->getPeer(); const bool peerWantsTls = p && p->secure.encryptTransport; - // userWillSslToPeerForUs assumes CONNECT == HTTPS + // userWillTlsToPeerForUs assumes CONNECT == HTTPS const bool userWillTlsToPeerForUs = p && p->options.originserver && request->method == Http::METHOD_CONNECT; const bool needTlsToPeer = peerWantsTls && !userWillTlsToPeerForUs;