]> git.ipfire.org Git - thirdparty/curl.git/commit
curl: add --parallel-max-host to limit concurrent connections per host
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Jul 2025 08:41:20 +0000 (10:41 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 31 Jul 2025 21:30:40 +0000 (23:30 +0200)
commit4654493fedfccbae18bd9c30903456e348ab937c
tree4d8c2be6f0e709f995748d41885b2c08e3a1e769
parente688fe18a9fb4ae54ed6c0feca5786e98e283818
curl: add --parallel-max-host to limit concurrent connections per host

Where 'host' is protocol + hostname + portnumber.

Closes #18052
docs/cmdline-opts/Makefile.inc
docs/cmdline-opts/parallel-max-host.md [new file with mode: 0644]
docs/cmdline-opts/parallel-max.md
docs/options-in-versions
src/tool_cfgable.h
src/tool_getparam.c
src/tool_getparam.h
src/tool_listhelp.c
src/tool_main.h
src/tool_operate.c