Message156482
| Author | serhiy.storchaka |
|---|---|
| Recipients | loewis, serhiy.storchaka |
| Date | 2012-03-21.09:08:00 |
| SpamBayes Score | 0.001008732 |
| Marked as misclassified | No |
| Message-id | <1332320881.41.0.483368952033.issue14371@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Thanks to the tests, I found the error. Since the bzip2 is block algorithm, decompressor need to eat a certain amount of data, so it began to return data. Now when reading small chunks turns out premature end of data. I'm working on a fix. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-21 09:08:01 | serhiy.storchaka | set | recipients: + serhiy.storchaka, loewis |
| 2012-03-21 09:08:01 | serhiy.storchaka | set | messageid: <1332320881.41.0.483368952033.issue14371@psf.upfronthosting.co.za> |
| 2012-03-21 09:08:00 | serhiy.storchaka | link | issue14371 messages |
| 2012-03-21 09:08:00 | serhiy.storchaka | create | |