-
Notifications
You must be signed in to change notification settings - Fork 358
Closed
Description
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
Labels
No labels