]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix: An invalid request->clientConnectionManager object can be used inside Ssl::PeerC...
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 8 Apr 2015 15:46:14 +0000 (18:46 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 8 Apr 2015 15:46:14 +0000 (18:46 +0300)
commit92d867c584af264ce8476d7d83c9fc7fe0187ee5
treef6dc1411b71d2155287ad8b6a49a11c5b9ed7ba6
parent36048c4244f951cb23b2e8e3b01082c54b635ca2
Fix: An invalid request->clientConnectionManager object can be used inside Ssl::PeerConnector::handleNegotiateError method

This patch adds the Ssl::ServerBio::bumpMode() method to retrieve the configured
mode from a ServerBio object, and uses this method for checking the bumping
mode inside Ssl::PeerConnector::handleNegotiateError method

This is a Measurement Factory project
src/ssl/PeerConnector.cc
src/ssl/bio.h