include.d: explain headers not printed with --fail before 7.75.0

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
This commit is contained in:
pszlazak 2023-09-08 17:55:11 +02:00 committed by Daniel Stenberg
parent 16bdc09ee0
commit ba30c5e0da
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

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