mirror of
https://github.com/curl/curl.git
synced 2026-05-30 06:57:28 +03:00
added string for the new share error code
This commit is contained in:
parent
a5aa569fe3
commit
512e54ff85
1 changed files with 3 additions and 0 deletions
|
|
@ -295,6 +295,9 @@ curl_share_strerror(CURLSHcode error)
|
|||
case CURLSHE_INVALID:
|
||||
return "invalid share handle";
|
||||
|
||||
case CURLSHE_NOMEM:
|
||||
return "out of memory";
|
||||
|
||||
case CURLSHE_LAST:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue