From: Amos Jeffries Date: Sun, 21 Aug 2011 00:50:02 +0000 (+1200) Subject: Bug 3213: https sites (CONNECT) not open when using NTLM X-Git-Tag: take08~43^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b355e5a838f0228536fb83cbdb1be17fe7d81df;p=thirdparty%2Fsquid.git Bug 3213: https sites (CONNECT) not open when using NTLM --- diff --git a/src/client_side_request.cc b/src/client_side_request.cc index 307dfebd36..2befe35933 100644 --- a/src/client_side_request.cc +++ b/src/client_side_request.cc @@ -792,6 +792,7 @@ ClientRequestContext::clientAccessCheckDone(const allow_t &answer) #else NULL); #endif + http->getConn()->flags.readMore = true; // resume any pipeline reads. node = (clientStreamNode *)http->client_stream.tail->data; clientStreamRead(node, http, node->readBuffer); return; @@ -1781,7 +1782,7 @@ ClientHttpRequest::handleAdaptationFailure(int errDetail, bool bypassable) #endif request->detailError(ERR_ICAP_FAILURE, errDetail); - + c->flags.reaMore = true; node = (clientStreamNode *)client_stream.tail->data; clientStreamRead(node, this, node->readBuffer); }