mirror of
https://github.com/curl/curl.git
synced 2026-08-01 18:20:28 +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
|
|
@ -52,7 +52,7 @@ e16: Error in the HTTP2 framing layer
|
|||
e17: FTP: couldn't set file type
|
||||
e18: Transferred a partial file
|
||||
e19: FTP: couldn't retrieve (RETR failed) the specified file
|
||||
e20: HTTP/3 error
|
||||
e20: Unknown error
|
||||
e21: Quote command returned error
|
||||
e22: HTTP response code said error
|
||||
e23: Failed writing received data to disk/application
|
||||
|
|
@ -127,7 +127,8 @@ e91: SSL server certificate status verification FAILED
|
|||
e92: Stream error in the HTTP/2 framing layer
|
||||
e93: API function called from within callback
|
||||
e94: An authentication function returned an error
|
||||
e95: Unknown error
|
||||
e95: HTTP/3 error
|
||||
e96: Unknown error
|
||||
m-1: Please call curl_multi_perform() soon
|
||||
m0: No error
|
||||
m1: Invalid multi handle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue