diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-03 01:17:21 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-03 01:17:21 +0100 |
commit | 797315044d32ff2630f41e539e3df0aa0f1c7b7c (patch) | |
tree | 085dcd83d88b048830bf103982ac4c2f282b0619 /docs/TODO | |
parent | 08c128bd93fb796cd8182d9bcfdac6e699d2a494 (diff) |
DOCS: Fixed list in Section 18.2 not displaying correctly on web site
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |