aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
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.