-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iojs.org doesn't support resumable downloads #424
Comments
nginx config is here: https://github.com/iojs/build/blob/master/setup/www/resources/iojs.org |
|
Filed nodejs/build#36 |
This was referenced Oct 25, 2022
This was referenced Feb 14, 2023
This was referenced Apr 18, 2023
This was referenced May 12, 2023
This was referenced May 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Run this command twice:
curl --progress-bar -L -C - https://iojs.org/dist/v1.0.1/iojs-v1.0.1-darwin-x64.tar.gz -o /tmp/iojs.tar.gz
The first time, it works just fine. The second time, the
-C -
should tellcurl
to try to resume the download, and since it's at 100%, it shouldn't download anything. Instead, I getcurl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.
The text was updated successfully, but these errors were encountered: