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:
Jay Satiro 2024-02-29 01:36:31 -05:00
Родитель 9e2ee70494
Коммит a0cbe4b867
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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.