mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:43:32 +03:00
Correct error code for CCC/SSL shutdown failure
This commit is contained in:
parent
55123424c8
commit
d465199411
4 changed files with 12 additions and 8 deletions
|
|
@ -244,8 +244,8 @@ curl_easy_strerror(CURLcode error)
|
|||
case CURLE_FTP_SSL_FAILED:
|
||||
return "Requested FTP SSL level failed";
|
||||
|
||||
case CURLE_FTP_SSL_CCC_FAILED:
|
||||
return "Failed to clear the FTP command channel";
|
||||
case CURLE_SSL_SHUTDOWN_FAILED:
|
||||
return "Failed to shut down the SSL connection";
|
||||
|
||||
case CURLE_SEND_FAIL_REWIND:
|
||||
return "Send failed since rewinding of the data stream failed";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue