From: Alex Rousskov Date: Tue, 28 Feb 2012 21:50:57 +0000 (-0700) Subject: Removed changes causing ssl_bump to deny requests instead of denying bumping. X-Git-Tag: BumpSslServerFirst.take05~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c754a0340e062615d123a1f12b3cb6879f26031;p=thirdparty%2Fsquid.git Removed changes causing ssl_bump to deny requests instead of denying bumping. See Squid bug 3444 discussion. --- diff --git a/src/client_side_request.cc b/src/client_side_request.cc index a6f3303b17..47b284e7f7 100644 --- a/src/client_side_request.cc +++ b/src/client_side_request.cc @@ -1333,9 +1333,6 @@ ClientRequestContext::sslBumpAccessCheckDone(const allow_t &answer) if (!httpStateIsValid()) return; - if (maybeSendAuthChallenge(answer)) - return; - http->sslBumpNeeded(answer == ACCESS_ALLOWED); http->doCallouts(); }