File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / parallel-immediate.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    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>