summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-12-19 14:39:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-12-19 14:39:16 +0000
commit6d90be0757c5e0c2db1db057d99d4299d1d2f055 (patch)
treee53c2e04f89b2cfe2891a08f9f1c775945b9ad5c
parent3d8bb1c27a870a14c350d29ac57d8682bf975601 (diff)
downloadgnurl-6d90be0757c5e0c2db1db057d99d4299d1d2f055.tar.gz
gnurl-6d90be0757c5e0c2db1db057d99d4299d1d2f055.tar.bz2
gnurl-6d90be0757c5e0c2db1db057d99d4299d1d2f055.zip
multi doc lib support
SSL session id support
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index a96d5116f..cfed3458d 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -13,6 +13,9 @@ For the future
product! (Yes, you may add things not mentioned here, these are just a
few teasers...)
+ * Make SSL session ids get used if multiple HTTPS documents from the same
+ host is requested.
+
* Improve the command line option parser to accept '-m300' as well as the '-m
300' convention. It should be able to work if '-m300' is considered to be
space separated to the next option.
@@ -42,6 +45,9 @@ For the future
* Make sure the low-level interface works. highlevel.c should basically be
possible to write using that interface. Document the low-level interface
+ * Make the easy-interface support multiple file transfers. If they're done
+ to the same host, they should use persistant connections or similar.
+
* Add asynchronous name resolving, as this enables full timeout support for
fork() systems.