Skip to content

iojs.org doesn't support resumable downloads #424

Closed
@ljharb

Description

@ljharb

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 tell curl to try to resume the download, and since it's at 100%, it shouldn't download anything. Instead, I get curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions