rejetto / hfs

HFS is a web file server to run on your computer. Share folders or even a single file thanks to the virtual file system.
GNU General Public License v3.0
2.13k stars 209 forks source link

support multipart ranges #549

Closed RPG3D closed 4 months ago

RPG3D commented 5 months ago

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

curl http://www.example.com -i -H "Range: bytes=0-50, 100-150"

rejetto commented 5 months ago

hey, I guess you are asking this feature because it is used by some software. Can you tell me which one?

rejetto commented 5 months ago

not interested anymore?