From a38fefc1120ee1433e378d4bb26df0207bb4cf3a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Dec 2019 09:01:26 +0100 Subject: fixup the connectionexists a tad bit more --- lib/url.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/url.c b/lib/url.c index 72eaeba46..4111eec3a 100644 --- a/lib/url.c +++ b/lib/url.c @@ -1090,8 +1090,7 @@ ConnectionExists(struct Curl_easy *data, (bundle->multiuse == BUNDLE_MULTIPLEX); if(canmultiplex) { - if(check->bits.protoconnstart) - continue; + ; } else { if(multiplexed) { -- cgit v1.2.1