From: Automatic source maintenance Date: Wed, 18 Jun 2014 00:14:50 +0000 (-0600) Subject: SourceFormat Enforcement X-Git-Tag: SQUID_3_5_0_1~174 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3899de60ccc00fb21f50980ffedc4eb06ab095f5;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/client_side.cc b/src/client_side.cc index c5b9428e42..f54ba1e194 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -3928,7 +3928,7 @@ ConnStateData::getSslContextDone(SSL_CTX * sslContext, bool isNew) // to make sure the connection does not get stuck on non-SSL clients. typedef CommCbMemFunT TimeoutDialer; AsyncCall::Pointer timeoutCall = JobCallback(33, 5, TimeoutDialer, - this, ConnStateData::requestTimeout); + this, ConnStateData::requestTimeout); commSetConnTimeout(clientConnection, Config.Timeout.request, timeoutCall); // Disable the client read handler until CachePeer selection is complete