diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-11-21 11:37:44 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-11-21 23:16:29 +0100 |
commit | f70da9c17e315f382694d8ca5585191f4e5478d7 (patch) | |
tree | 0d683814510dcea5c61af6729d192eda6fd9554c /docs/libcurl | |
parent | e1f66ee3bfa06d294260a75ac6300f3783c7cc0b (diff) |
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
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/libcurl-errors.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index f3c714aab..4a0934ab9 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -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. |