mirror of
https://github.com/curl/curl.git
synced 2026-08-06 07:16:14 +03:00
include: make CURLE_HTTP3 use a new error code
To avoid potential issues with error code reuse. Reported-by: Christoph M. Becker Assisted-by: Dan Fandrich Fixes #4601 Closes #4627
This commit is contained in:
parent
e1f66ee3bf
commit
f70da9c17e
4 changed files with 9 additions and 5 deletions
|
|
@ -318,6 +318,7 @@ curl_easy_strerror(CURLcode error)
|
|||
return "HTTP/3 error";
|
||||
|
||||
/* error codes not used by current libcurl */
|
||||
case CURLE_OBSOLETE20:
|
||||
case CURLE_OBSOLETE24:
|
||||
case CURLE_OBSOLETE29:
|
||||
case CURLE_OBSOLETE32:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue