diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-05 06:11:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-05 06:11:57 +0000 |
commit | 7332350e852f9b4334711e858b71b6697490e3ec (patch) | |
tree | 19b1c7545b4393f3999fc1f77bbb9af50ef9493c /docs/TODO | |
parent | 69f4dda74a905d183daaad5837e8c21c5a205bef (diff) |
minor update edits
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |