diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-07-31 16:47:23 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-07-31 16:47:23 +0200 |
commit | 7c14dde9240a6a113358fe551f378328a41477e2 (patch) | |
tree | 006dab306a79b70a9aa4c41382559e6b002eeb2b /docs | |
parent | b7d1264647eade0dae9f40cd3987071e557753ae (diff) |
ROADMAP: parallel transfers are merged now
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ROADMAP.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 10e7effee..20f35e939 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -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 ---------------------------------------- |