Linux totoro 5.4.77 #1-NixOS SMP Tue Nov 10 20:13:20 UTC 2020 x86_64 GNU/Linux
Notes
Since 957bc18, curling a directory now causes an error because we have a length for the directory of -1, which is always less than the requested start of 0.
The text was updated successfully, but these errors were encountered:
lukegb
added a commit
to lukegb/curl
that referenced
this issue
Apr 3, 2021
I did this
curl file:///etc/
I got
curl: (36) failed to resume file:// transfer
I expected the following
An empty response.
curl/libcurl version
operating system
NixOS
Linux totoro 5.4.77 #1-NixOS SMP Tue Nov 10 20:13:20 UTC 2020 x86_64 GNU/Linux
Notes
Since 957bc18, curling a directory now causes an error because we have a length for the directory of -1, which is always less than the requested start of 0.
The text was updated successfully, but these errors were encountered: