aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-22 14:18:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-22 14:18:30 +0000
commit593df2f18a733a269aacc15cdd6c8630e8ffb65a (patch)
treebd99d2aa515f413dedb29a113ff1f34450eec40b /docs/TODO
parentfde82cd4e00455e8996b5ca1bcea84bbaa7d4c2c (diff)
multiple URL support? forked?
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index c64c635ea..179dc40a8 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -24,6 +24,10 @@ For the future
URLs mentioned in the list. I figure -O or something would have to be
implied by such an action.
+ * Make curl with multiple URLs, even outside of {}-letters. I could also
+ imagine an optional fork()ed system that downloads each URL in its own
+ thread. It should of course have a maximum amount of simultaneous fork()s.
+
* Improve the regular progress meter with --continue is used. It should be
noticable when there's a resume going on.