mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:23:31 +03:00
curl: add --parallel-max-host to limit concurrent connections per host
Where 'host' is protocol + hostname + portnumber. Closes #18052
This commit is contained in:
parent
e688fe18a9
commit
4654493fed
10 changed files with 56 additions and 3 deletions
|
|
@ -171,6 +171,7 @@ typedef enum {
|
|||
C_OUTPUT,
|
||||
C_OUTPUT_DIR,
|
||||
C_PARALLEL,
|
||||
C_PARALLEL_HOST,
|
||||
C_PARALLEL_IMMEDIATE,
|
||||
C_PARALLEL_MAX,
|
||||
C_PASS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue