btrask / stronglink

A searchable, syncable, content-addressable notetaking system
Other
1.04k stars 45 forks source link

Support HTTP Range requests #98

Open btrask opened 8 years ago

btrask commented 8 years ago

It should be pretty trivial to support the Range request header on our raw files.

Not sure how this interacts with compression, which is one reason why we don't compress files on disk currently. There are different ways of reading the range before or after decompression that I don't fully understand.