From: Source Maintenance Date: Mon, 9 Nov 2015 18:12:10 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_4_0_3~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=737ace5a4ba345cb4be39947b182bcfc0a680205;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/client_side.cc b/src/client_side.cc index a5e511c792..29908e2f2f 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -4768,7 +4768,7 @@ ConnStateData::handleIdleClientPinnedTlsRead() switch(const int error = SSL_get_error(ssl, readResult)) { case SSL_ERROR_WANT_WRITE: debugs(83, DBG_IMPORTANT, pinning.serverConnection << " TLS SSL_ERROR_WANT_WRITE request for idle pinned connection"); - // fall through to restart monitoring, for now + // fall through to restart monitoring, for now case SSL_ERROR_NONE: case SSL_ERROR_WANT_READ: startPinnedConnectionMonitoring();