Annotation of embedaddon/curl/docs/cmdline-opts/parallel-immediate.d, revision 1.1.1.1

1.1       misho       1: Long: parallel-immediate
                      2: Help: Do not wait for multiplexing (with --parallel)
                      3: Added: 7.68.0
                      4: See-also: parallel parallel-max
                      5: ---
                      6: When doing parallel transfers, this option will instruct curl that it should
                      7: rather prefer opening up more connections in parallel at once rather than
                      8: waiting to see if new transfers can be added as multiplexed streams on another
                      9: connection.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>