[GH-ISSUE #292] Support for Multipart ranges #151

Closed
opened 2026-04-08 16:50:42 +03:00 by zhus · 3 comments
Owner

Originally created by @45gfg9 on GitHub (Nov 21, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/292

Specific Demand

I know this is a kinda niche feature, but dufs is already awesome, this would make it even more awesome.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests#multipart_ranges

Implement Suggestion

Had a quick skim of the code. Need to do something to handle_send_file() I presume..

ae97c714d6/src/server.rs (L722-L726)

Originally created by @45gfg9 on GitHub (Nov 21, 2023). Original GitHub issue: https://github.com/sigoden/dufs/issues/292 ## Specific Demand I know this is a kinda niche feature, but `dufs` is already awesome, this would make it even more awesome. https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests#multipart_ranges ## Implement Suggestion Had a quick skim of the code. Need to do something to `handle_send_file()` I presume.. https://github.com/sigoden/dufs/blob/ae97c714d61ccb779726163c302a512abbe53838/src/server.rs#L722-L726
zhus closed this issue 2026-04-08 16:50:43 +03:00
Author
Owner

@sigoden commented on GitHub (Nov 26, 2023):

Does this feature have any practical application scenarios?

Please give me a reason to be motivated to support this feature.

<!-- gh-comment-id:1826742412 --> @sigoden commented on GitHub (Nov 26, 2023): Does this feature have any practical application scenarios? Please give me a reason to be motivated to support this feature.
Author
Owner

@sigoden commented on GitHub (Dec 21, 2023):

Since there is no actual use case for multipart ranges, close this issue.

<!-- gh-comment-id:1865608153 --> @sigoden commented on GitHub (Dec 21, 2023): Since there is no actual use case for multipart ranges, close this issue.
Author
Owner

@sungdark commented on GitHub (Mar 8, 2026):

test comment from bounty bot

<!-- gh-comment-id:4017596128 --> @sungdark commented on GitHub (Mar 8, 2026): test comment from bounty bot
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sigoden/dufs#151