Closed
Description
In
Line 336 in 99165c6
CURLOPT_NOBODY
based on whether or not the user specifies an output. On the one hand, that makes sense, and lets the caller decide whether or not to set CURLOPT_NOBODY
in a simple and intuitive way. On the other hand, HEAD
responses should reply with a Content-Length if the GET
would but should not return a body; if additionally CURLOPT_NOBODY
is not set, this this will cause hangs. Thus, I wonder if Downloads.jl should set CURLOPT_NOBODY
for HEAD
s automatically.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels