summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-12-09 09:01:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-12-09 09:01:26 +0100
commita38fefc1120ee1433e378d4bb26df0207bb4cf3a (patch)
tree9e52b9032297aa6ce4eca99199470349fc20f934
parent0d150e0efb42779174d89bfab47938d69f1ab890 (diff)
downloadcurl-bagder/shared-connection-race.tar.gz
fixup the connectionexists a tad bit morebagder/shared-connection-race
-rw-r--r--lib/url.c3
1 files changed, 1 insertions, 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) {