]> git.ipfire.org Git - thirdparty/curl.git/commit
ConnectionExists: with *PIPEWAIT, wait for connections
authorAnders Bakken <agbakken@gmail.com>
Mon, 21 Dec 2015 18:13:15 +0000 (10:13 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 23 Dec 2015 09:20:37 +0000 (10:20 +0100)
commita464f33843ee11b0bf8cfcfd927b9a3c37b2aed0
tree3cf67f11bfb9e7806e6925167123c70272f8e6c5
parent04cb90948e3aefc9076d4767d8fe1f262d0d5bb7
ConnectionExists: with *PIPEWAIT, wait for connections

Try harder to prevent libcurl from opening up an additional socket when
CURLOPT_PIPEWAIT is set. Accomplished by letting ongoing TCP and TLS
handshakes complete first before the decision is made.

Closes #575
lib/url.c