aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2012-06-03 01:17:21 +0100
committerSteve Holme <steve_holme@hotmail.com>2012-06-03 01:17:21 +0100
commit797315044d32ff2630f41e539e3df0aa0f1c7b7c (patch)
tree085dcd83d88b048830bf103982ac4c2f282b0619 /docs
parent08c128bd93fb796cd8182d9bcfdac6e699d2a494 (diff)
DOCS: Fixed list in Section 18.2 not displaying correctly on web site
Diffstat (limited to 'docs')
-rw-r--r--docs/TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/TODO b/docs/TODO
index 0ba9a7854..d08b75b28 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -106,7 +106,7 @@
18. Next SONAME bump
18.1 http-style HEAD output for ftp
18.2 combine error codes
- 186.3 extend CURLOPT_SOCKOPTFUNCTION prototype
+ 18.3 extend CURLOPT_SOCKOPTFUNCTION prototype
19. Next major release
19.1 cleanup return codes
@@ -575,12 +575,19 @@ to provide the data to send.
Candidates for removal and their replacements:
CURLE_FILE_COULDNT_READ_FILE => CURLE_REMOTE_FILE_NOT_FOUND
+
CURLE_FTP_COULDNT_RETR_FILE => CURLE_REMOTE_FILE_NOT_FOUND
+
CURLE_FTP_COULDNT_USE_REST => CURLE_RANGE_ERROR
+
CURLE_FUNCTION_NOT_FOUND => CURLE_FAILED_INIT
+
CURLE_LDAP_INVALID_URL => CURLE_URL_MALFORMAT
+
CURLE_TFTP_NOSUCHUSER => CURLE_TFTP_ILLEGAL
+
CURLE_TFTP_NOTFOUND => CURLE_REMOTE_FILE_NOT_FOUND
+
CURLE_TFTP_PERM => CURLE_REMOTE_ACCESS_DENIED
18.3 extend CURLOPT_SOCKOPTFUNCTION prototype