From a0cbe4b867571b7aa40459480430b1915979280d Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Thu, 29 Feb 2024 01:36:31 -0500 Subject: [PATCH] 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 --- docs/cmdline-opts/_EXITCODES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cmdline-opts/_EXITCODES.md b/docs/cmdline-opts/_EXITCODES.md index d7b71fda0d..c5a928b590 100644 --- a/docs/cmdline-opts/_EXITCODES.md +++ b/docs/cmdline-opts/_EXITCODES.md @@ -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.