1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

ROADMAP: parallel transfers are merged now

This commit is contained in:
Daniel Stenberg 2019-07-31 16:47:23 +02:00
parent b7d1264647
commit 7c14dde924
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -21,16 +21,6 @@ HSTS
Complete and merge [the existing PR](https://github.com/curl/curl/pull/2682).
Parallel transfers for the curl tool
------------------------------------
This will require several new command line options to enable and control.
1. switch to creating a list of all the transfers first before any transfer
is done
2. make the transfers using the multi interface
3. optionally fire up more transfers before the previous has completed
Option to refuse HTTPS => HTTP redirects
----------------------------------------