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:
Daniel Stenberg 2019-11-21 11:37:44 +01:00
parent e1f66ee3bf
commit f70da9c17e
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 9 additions and 5 deletions

View file

@ -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: