Skip to content

download complete but with .ipull suffix #25

@wszgrcy

Description

@wszgrcy

After multiple attempts, I finally identified the issue.
When a resource is proxied through Cloudflare Workers, the Content-Length header is absent, which causes the file size to always be 0 and the ended flag to remain false. As a result, the .ipull suffix does not get removed after the download completes.

I'm unsure whether this qualifies as a bug. After extensive searching, I found that Cloudflare Workers seemingly does not allow incomplete file transfers? Even with my custom worker, regardless of how requests are made, the response headers never include Accept-Ranges or Content-Length.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions