From 7332350e852f9b4334711e858b71b6697490e3ec Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 5 May 2004 06:11:57 +0000 Subject: minor update edits --- docs/TODO | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/TODO') 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 -- cgit v1.2.3