You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... it now focuses on the "output of headers" combined with the
--remote-header-name option, as that is actually the problem. Both
--head and --include can output headers.
Reported-by: nimaje on github
Fixes#7987
I did this
curl --head --remote-header-name https://example.com
I got the following
curl: --include and --remote-header-name cannot be combined
I expected the following
curl: --head and --remote-header-name cannot be combined
curl/libcurl version
curl 7.79.0
curl 7.79.1
operating system
FreeBSD 12.2-RELEASE
The text was updated successfully, but these errors were encountered: