google / ripunzip

Other
149 stars 17 forks source link

Fix bytes_read tracking in SeekableHttpReader #49

Closed djmitche closed 10 months ago

djmitche commented 10 months ago

This deletes what was, I think, leftover code that used counts of bytes read instead of ranges. It adds some tests to verify that CacheCell is properly accounting for bytes read.