projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
700e3b6
)
added missing new error string
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 24 Nov 2004 18:25:33 +0000
(18:25 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 24 Nov 2004 18:25:33 +0000
(18:25 +0000)
lib/strerror.c
patch
|
blob
|
history
diff --git
a/lib/strerror.c
b/lib/strerror.c
index d8e08588033d0b08ca9bbe1d940ba84bbefbf12a..cc7454c7e76afd12c77acb89c984a75b30e00707 100644
(file)
--- a/
lib/strerror.c
+++ b/
lib/strerror.c
@@
-230,6
+230,9
@@
curl_easy_strerror(CURLcode error)
case CURLE_FTP_SSL_FAILED:
return "Requested FTP SSL level failed";
+ case CURLE_SEND_FAIL_REWIND:
+ return "Send failed since rewinding of the data stream failed";
+
case CURLE_URL_MALFORMAT_USER: /* not used by current libcurl */
case CURLE_MALFORMAT_USER: /* not used by current libcurl */
case CURLE_BAD_CALLING_ORDER: /* not used by current libcurl */