aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 115d49cf4..9c2c21c0c 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -81,6 +81,12 @@ TODO
* Since USERPWD always override the user and password specified in URLs, we
might need another way to specify user+password for anonymous ftp logins.
+ * The FTP code should get a way of returning errors that is known to still
+ have the control connection alive and sound. Currently, a returned error
+ from within ftp-functions does not tell if the control connection is still
+ OK to use or not. This causes libcurl to fail to re-use connections
+ slightly too often.
+
HTTP
* Digest and GSS-Negotiate support for HTTP proxies. They only work on