mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08:00
cmdline-opts/_EXITCODES: sync with libcurl-errors
- Add error code 100 (CURLE_TOO_LARGE) to the list of error codes that can be returned by the curl tool. Closes https://github.com/curl/curl/pull/13015
This commit is contained in:
parent
9e2ee70494
commit
a0cbe4b867
@ -196,6 +196,8 @@ Proxy handshake error.
|
||||
A client-side certificate is required to complete the TLS handshake.
|
||||
## 99
|
||||
Poll or select returned fatal error.
|
||||
## 100
|
||||
A value or data field grew larger than allowed.
|
||||
## XX
|
||||
More error codes might appear here in future releases. The existing ones are
|
||||
meant to never change.
|
||||
|
Loading…
x
Reference in New Issue
Block a user