mirror of
https://github.com/curl/curl.git
synced 2026-07-24 19:17:20 +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
|
|
@ -397,8 +397,8 @@ typedef enum {
|
|||
generic so the error message will be of
|
||||
interest when this has happened */
|
||||
|
||||
CURLE_FTP_SSL_CCC_FAILED, /* 80 - Failed to clear the FTP command
|
||||
channel */
|
||||
CURLE_SSL_SHUTDOWN_FAILED, /* 80 - Failed to shut down the SSL
|
||||
connection */
|
||||
CURL_LAST /* never use! */
|
||||
} CURLcode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue