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
$ curl -JO curl.se
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
Warning: Remote filename has no length
I expected the following
The same as curl -O curl.se does:
Warning: No remote file name, uses "curl_response"
Use the same fallback for content-disposition cases as for regular -O
Add test692: verify -JO with URL without a file name
Reported-by: Brian Inglis
Fixescurl#14939Closescurl#14940
Use the same fallback for content-disposition cases as for regular -O
Add test692: verify -JO with URL without a file name
Reported-by: Brian Inglis
Fixescurl#14939Closescurl#14940
(Originally reported here by @BrianInglis)
I did this
I expected the following
The same as
curl -O curl.se
does:Warning: No remote file name, uses "curl_response"
curl/libcurl version
8.10.0 / git commit 41290d4
operating system
Linux, but hardly matters.
The text was updated successfully, but these errors were encountered: