curl: add --parallel-max-host to limit concurrent connections per host

Where 'host' is protocol + hostname + portnumber.

Closes #18052
This commit is contained in:
Daniel Stenberg 2025-07-28 10:41:20 +02:00
parent e688fe18a9
commit 4654493fed
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
10 changed files with 56 additions and 3 deletions

View file

@ -171,6 +171,7 @@ typedef enum {
C_OUTPUT,
C_OUTPUT_DIR,
C_PARALLEL,
C_PARALLEL_HOST,
C_PARALLEL_IMMEDIATE,
C_PARALLEL_MAX,
C_PASS,