From: Amos Jeffries Date: Tue, 2 Sep 2014 01:49:58 +0000 (-0700) Subject: Revert AsyncJob::Start() from clientNegotiateSSL() X-Git-Tag: SQUID_3_5_0_1~75^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25335d7d60995e663880913c4be56103156589c1;p=thirdparty%2Fsquid.git Revert AsyncJob::Start() from clientNegotiateSSL() Peek-n-splice code updates made it wrong. The original code should work now even with PROXY protocol, which is not supported on HTTPS ports anyway. --- diff --git a/src/client_side.cc b/src/client_side.cc index 8e842e3b85..a061850d73 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -3790,7 +3790,7 @@ clientNegotiateSSL(int fd, void *data) " has no certificate."); } - AsyncJob::Start(conn); + conn->readSomeData(); } /**