]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed lack of heartbeat detection.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 3 May 2016 17:21:39 +0000 (11:21 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 3 May 2016 17:21:39 +0000 (11:21 -0600)
src/security/Handshake.cc

index b429f3a79001c28bcbb1c78b45e5b70e114c5c27..8eb1ac1176922f3daec3ae045aa11e9a37674eae 100644 (file)
@@ -197,7 +197,7 @@ Security::TlsDetails::TlsDetails():
     tlsVersion(-1),
     tlsSupportedVersion(-1),
     compressMethod(-1),
-    doHeartBeats(true),
+    doHeartBeats(false),
     tlsTicketsExtension(false),
     hasTlsTicket(false),
     tlsStatusRequest(false),