aboutsummaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/parallel-max.d
AgeCommit message (Collapse)Author
2019-07-20curl: support parallel transfersDaniel Stenberg
This is done by making sure each individual transfer is first added to a linked list as then they can be performed serially, or at will, in parallel. Closes #3804