]> git.ipfire.org Git - thirdparty/squid.git/commit
Reset TLS session unconditionally on PeerConnector errors
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 Jan 2017 11:33:10 +0000 (00:33 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 Jan 2017 11:33:10 +0000 (00:33 +1300)
commit6c22b9ec06b01ccd29a8a72e5860bb26d6fe34b0
tree2f5cc8cb100f767ecdde538bc2c8554e2f8c7578
parent6a0f60364bfa3dcc48867093c812c73a0bbc4d1b
Reset TLS session unconditionally on PeerConnector errors

The session state cleanup should be done regardless of library.

GnuTLS crash was the result of a bug elsewhere which is now fixed. So
remove mention of that.
src/security/PeerConnector.cc