aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-13 15:44:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-13 15:44:31 +0000
commitff681f7bfd39df83ebc1e84f468b2a42c243fbcf (patch)
tree5132dfe2dc131333df22129dff203086d5db20a7 /docs/TODO
parent60bbb64a81d677649dd9593f7f3ae6448cae2143 (diff)
7.7 beta 2 fixes
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 6d47fa4ad..7497c88e6 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -25,6 +25,10 @@ To do for the 7.8 release:
To do in a future release:
+ * Add configure options that disables certain protocols in libcurl to
+ decrease footprint. '--disable-[protocol]' where protocol is http, ftp,
+ telnet, ldap, dict or file.
+
* Extend the test suite to include telnet and https. The telnet could just do
ftp or http operations (for which we have test servers) and the https would
probably work against/with some of the openssl tools.