mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-18 07:50:11 +00:00
This should tolerate offset/size combinations that read the last byte of the file, something which was broken before. It quits early in the case of zero-byte reads, to simplify the resulting "which segments do I need" logic. Probably addresses ticket:2459.