From 10cc3020907523c1cd9ef41ebd0d6c46e42c1bdd Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 25 Jun 2024 23:27:43 +0200 Subject: [PATCH] TODO: specify which response codes that make -f/--fail return error Suggestion from the user survey 2024 Closes #14020 --- docs/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/TODO b/docs/TODO index f2df88708b..599f46b265 100644 --- a/docs/TODO +++ b/docs/TODO @@ -154,6 +154,7 @@ 18.4 --proxycommand 18.5 UTF-8 filenames in Content-Disposition 18.6 Option to make -Z merge lined based outputs on stdout + 18.7 specify which response codes that make -f/--fail return error 18.9 Choose the name of file in braces for complex URLs 18.10 improve how curl works in a windows console window 18.11 Windows: set attribute 'archive' for completed downloads @@ -1069,6 +1070,11 @@ https://github.com/curl/curl/issues/5175 +18.7 specify which response codes that make -f/--fail return error + + Allows a user to better specify exacly which error code(s) that are fine + and which are errors for their specific uses cases + 18.9 Choose the name of file in braces for complex URLs When using braces to download a list of URLs and you use complicated names -- 2.47.3