parallel-immediate.d 571 B

123456789101112131415
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: parallel-immediate
  4. Help: Do not wait for multiplexing (with --parallel)
  5. Added: 7.68.0
  6. See-also: parallel parallel-max
  7. Category: connection curl
  8. Example: --parallel-immediate -Z $URL -o file1 $URL -o file2
  9. Multi: boolean
  10. Scope: global
  11. ---
  12. When doing parallel transfers, this option instructs curl that it should
  13. rather prefer opening up more connections in parallel at once rather than
  14. waiting to see if new transfers can be added as multiplexed streams on another
  15. connection.