Skip to content

Feature request: Multipart byte ranges #1416

@DanRiess

Description

@DanRiess

Hey guys,
not sure if this is the right spot for this kind of question, but is it possible to allow multipart byte range requests?
Currently, if I'm not misreading your code, only one range per request is accepted and handled.

'Range: bytes=123-456' is allowed and will be processed
'Range: bytes=123-456, 789-1234' will be blocked and the whole file will be send instead

I'm using NextCloud to work with binary files that are chunked into very small parts. I only ever need about 1/3 of the files, but that third may be multiple dozens of chunks and it would be nice to be able to bundle them together instead of having to send one request per chunk.

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