]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Revert AsyncJob::Start() from clientNegotiateSSL()
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 2 Sep 2014 01:49:58 +0000 (18:49 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 2 Sep 2014 01:49:58 +0000 (18:49 -0700)
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.

src/client_side.cc

index 8e842e3b8536444b4f4ce879f3f6863c57ebeb1a..a061850d7328e6f6645832cd13ebaa4daf3a5f9e 100644 (file)
@@ -3790,7 +3790,7 @@ clientNegotiateSSL(int fd, void *data)
                " has no certificate.");
     }
 
-    AsyncJob::Start(conn);
+    conn->readSomeData();
 }
 
 /**