mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:17:17 +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
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue