Message105470
After a bit of debugging, it seems your data is not actually a complete zlib stream (*). What did you generate it with?
(*) in technical terms, the zlib never returns Z_STREAM_END when decompressing your data. The decompressobj ignores it, but the top-level decompress() function considers it an error. |
|
| Date |
User |
Action |
Args |
| 2010-05-10 22:11:03 | pitrou | set | recipients:
+ pitrou, matthew.brett |
| 2010-05-10 22:11:03 | pitrou | set | messageid: <[email protected]> |
| 2010-05-10 22:11:01 | pitrou | link | issue8672 messages |
| 2010-05-10 22:11:01 | pitrou | create | |
|