aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-05 06:11:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-05 06:11:57 +0000
commit7332350e852f9b4334711e858b71b6697490e3ec (patch)
tree19b1c7545b4393f3999fc1f77bbb9af50ef9493c /docs/TODO
parent69f4dda74a905d183daaad5837e8c21c5a205bef (diff)
minor update edits
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