summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-10-17 10:05:53 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-10-17 10:05:53 +0200
commitd056dbb5beeb5d537e71725045c473bf5874578d (patch)
treea04d86bb24497b3ee0bd48d7e7e8884a5a0878c7 /projects
parentce07f0b8a1ca91301f7fc79b5b0af95ed41bfd11 (diff)
downloadcurl-bagder/parallel-connect.tar.gz
curl: add --parallel-connectbagder/parallel-connect
Starting with this change when doing parallel transfers, without this option set, curl will prefer to create new transfers multiplexed on an existing connection rather than creating a brand new one. --parallel-connect can be set to tell curl to prefer to use new connections rather than to wait and try to multiplex. libcurl-wise, this means that curl will set CURLOPT_PIPEWAIT by default on parallel transfers. Suggested-by: Tom van der Woerdt
Diffstat (limited to 'projects')
0 files changed, 0 insertions, 0 deletions