RaasAhsan / sion

Distributed file system for many large files
1 stars 0 forks source link

Improve serving partial chunks #17

Open RaasAhsan opened 2 years ago

RaasAhsan commented 2 years ago

The built-in function in http may serve portions of a file which were not durably committed. We need to set our own chunk boundaries and unfortunately neither ServeFile nor ServeContent offers a way to do that.

RaasAhsan commented 2 years ago

This is implemented in fdcfc8b347f1c2030899be16b782b80470f02338 but some sort of test that covers the failure condition would be great