mirror of
https://github.com/curl/curl.git
synced 2026-07-26 12:37:16 +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
|
|
@ -256,6 +256,9 @@ Stream error in the HTTP/2 framing layer.
|
|||
An API function was called from inside a callback.
|
||||
.IP "CURLE_AUTH_ERROR (94)"
|
||||
An authentication function returned an error.
|
||||
.IP "CURLE_HTTP3 (95)"
|
||||
A problem was detected in the HTTP/3 layer. This is somewhat generic and can
|
||||
be one out of several problems, see the error buffer for details.
|
||||
.IP "CURLE_OBSOLETE*"
|
||||
These error codes will never be returned. They were used in an old libcurl
|
||||
version and are currently unused.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue