Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-20 | curl: support parallel transfers | Daniel 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 |