From: Alex Rousskov Date: Tue, 3 May 2016 17:21:39 +0000 (-0600) Subject: Fixed lack of heartbeat detection. X-Git-Tag: SQUID_4_0_11~29^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee91b7b9f261aad9c40aa0c6effe3096ae08702;p=thirdparty%2Fsquid.git Fixed lack of heartbeat detection. --- diff --git a/src/security/Handshake.cc b/src/security/Handshake.cc index b429f3a790..8eb1ac1176 100644 --- a/src/security/Handshake.cc +++ b/src/security/Handshake.cc @@ -197,7 +197,7 @@ Security::TlsDetails::TlsDetails(): tlsVersion(-1), tlsSupportedVersion(-1), compressMethod(-1), - doHeartBeats(true), + doHeartBeats(false), tlsTicketsExtension(false), hasTlsTicket(false), tlsStatusRequest(false),