mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
b889408500
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
8 lines
165 B
Makefile
8 lines
165 B
Makefile
Short: Z
|
|
Long: parallel
|
|
Help: Perform transfers in parallel
|
|
Added: 7.66.0
|
|
---
|
|
Makes curl perform its transfers in parallel as compared to the regular serial
|
|
manner.
|