diff options
Diffstat (limited to 'docs')
-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. |