google-code-export / s3ql

Automatically exported from code.google.com/p/s3ql
0 stars 0 forks source link

Fix DecompressFilter.read() to limit output size #433

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently this method may return more than *size* bytes, because the used 
compression modules do not support limiting the output size. Once that is 
fixed, this method can be fixed as well.

Original issue reported on code.google.com by Nikolaus@rath.org on 22 Nov 2013 at 3:10

GoogleCodeExporter commented 9 years ago
Moved to https://bitbucket.org/nikratio/s3ql/issue/2/

Original comment by Nikolaus@rath.org on 28 Dec 2013 at 2:14