mirror of
https://github.com/curl/curl.git
synced 2026-07-23 11:57:18 +03:00
page-footer: add explanation for three missing exit codes
Added in 7.73.0, 7.77.0 and 7.84.0 Closes #10630
This commit is contained in:
parent
8d708e4cad
commit
13afb87268
1 changed files with 6 additions and 0 deletions
|
|
@ -300,6 +300,12 @@ be one out of several problems, see the error message for details.
|
|||
.IP 96
|
||||
QUIC connection error. This error may be caused by an SSL library error. QUIC
|
||||
is the protocol used for HTTP/3 transfers.
|
||||
.IP 97
|
||||
Proxy handshake error.
|
||||
.IP 98
|
||||
A client-side certificate is required to complete the TLS handshake.
|
||||
.IP 99
|
||||
Poll or select returned fatal error.
|
||||
.IP XX
|
||||
More error codes will appear here in future releases. The existing ones
|
||||
are meant to never change.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue