mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
added missing new error string
This commit is contained in:
parent
700e3b685a
commit
7b3fba1ad5
@ -230,6 +230,9 @@ curl_easy_strerror(CURLcode error)
|
|||||||
case CURLE_FTP_SSL_FAILED:
|
case CURLE_FTP_SSL_FAILED:
|
||||||
return "Requested FTP SSL level 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_URL_MALFORMAT_USER: /* not used by current libcurl */
|
||||||
case CURLE_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 */
|
case CURLE_BAD_CALLING_ORDER: /* not used by current libcurl */
|
||||||
|
Loading…
Reference in New Issue
Block a user