From: Alex Rousskov Date: Sat, 14 Nov 2015 23:42:41 +0000 (-0800) Subject: Docs: Updated stale Ssl text to make the comment match the code again. X-Git-Tag: SQUID_3_5_12~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fafc799d1d3ec05816b410a00bd984c046c352ae;p=thirdparty%2Fsquid.git Docs: Updated stale Ssl text to make the comment match the code again. --- diff --git a/src/FwdState.cc b/src/FwdState.cc index 1236a22c47..73f27aaf74 100644 --- a/src/FwdState.cc +++ b/src/FwdState.cc @@ -685,7 +685,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->use_ssl; - // 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;