From: Daniel Stenberg Date: Mon, 17 Dec 2001 10:32:10 +0000 (+0000) Subject: strip trailing CRs X-Git-Tag: curl-7_9_3-pre1~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=558d12d7f63e57db7cf37d996bae1a2a392921fc;p=thirdparty%2Fcurl.git strip trailing CRs --- diff --git a/docs/TODO b/docs/TODO index 24ceb6b078..46e05f9b02 100644 --- a/docs/TODO +++ b/docs/TODO @@ -34,6 +34,8 @@ TODO * Add asynchronous name resolving. http://curl.haxx.se/dev/async-resolver.txt + * Strip any trailing CR from the error message when Curl_failf() is used. + DOCUMENTATION * Document all CURLcode error codes, why they happen and what most likely