blob: e202214c19cc6173643ca646d02212b3b1868dae [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: parallel-immediate
4Help: Do not wait for multiplexing (with --parallel)
5Added: 7.68.0
6See-also: parallel parallel-max
7Category: connection curl
8Example: --parallel-immediate -Z $URL -o file1 $URL -o file2
9Multi: boolean
10---
11When doing parallel transfers, this option will instruct curl that it should
12rather prefer opening up more connections in parallel at once rather than
13waiting to see if new transfers can be added as multiplexed streams on another
14connection.
15
16This option is global and does not need to be specified for each use of
17--next.