]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
include.d: explain headers not printed with --fail before 7.75.0
authorpszlazak <11884243+pszlazak@users.noreply.github.com>
Fri, 8 Sep 2023 15:55:11 +0000 (17:55 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 9 Sep 2023 21:20:09 +0000 (23:20 +0200)
Prior to 7.75.0 response headers were not printed if -f/--fail was used
and an error was reported by server.  This was fixed in ab525c0
(precedes 7.75.0).

Closes #11822

docs/cmdline-opts/include.d

index 5491ca140cfb2ec94864be71cdeb2fff03545a72..ce7b9d87b472b02c652977c063a3b01450ea84ea 100644 (file)
@@ -14,3 +14,6 @@ include things like server name, cookies, date of the document, HTTP version
 and more...
 
 To view the request headers, consider the --verbose option.
+
+Prior to 7.75.0 curl did not print the headers if --fail was used in
+combination with this option and there was error reported by server.