mirror of
https://github.com/curl/curl.git
synced 2025-09-15 00:22:42 +03:00
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:
parent
16bdc09ee0
commit
ba30c5e0da
|
@ -14,3 +14,6 @@ include things like server name, cookies, date of the document, HTTP version
|
||||||
and more...
|
and more...
|
||||||
|
|
||||||
To view the request headers, consider the --verbose option.
|
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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user