]> granicus.if.org Git - curl/commitdiff
ROADMAP: parallel transfers are merged now
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 Jul 2019 14:47:23 +0000 (16:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 31 Jul 2019 14:47:23 +0000 (16:47 +0200)
docs/ROADMAP.md

index 10e7effee8ee67a83469db6f4517016045443597..20f35e93992d3686a8cc1fe86677b4935a0a9bf4 100644 (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
 ----------------------------------------