Skip to content
Snippets Groups Projects
Commit aa9c01ad authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

new return code: CURLE_GOT_NOTHING

parent 4e37187e
No related branches found
No related tags found
No related merge requests found
......@@ -154,6 +154,7 @@ typedef enum {
CURLE_TELNET_OPTION_SYNTAX , /* 49 - Malformed telnet option */
CURLE_OBSOLETE, /* 50 - removed after 7.7.3 */
CURLE_SSL_PEER_CERTIFICATE, /* 51 - peer's certificate wasn't ok */
CURLE_GOT_NOTHING, /* 52 - when this is a specific error */
CURL_LAST /* never use! */
} CURLcode;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment