diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-12-17 10:32:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-12-17 10:32:10 +0000 |
commit | 558d12d7f63e57db7cf37d996bae1a2a392921fc (patch) | |
tree | 42ac5172224f89cf50babd30777da36a23024272 /docs | |
parent | bfa8a6da267b5a62da5d5d6dc98ca247ec91036e (diff) |
strip trailing CRs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |