6539727 is no bug
Clemens Eisserer
linuxhippy at gmail.com
Thu Jan 10 02:41:36 UTC 2008
Hi again,
While going through the bug-database I noticed that 6539727 is no bug
- the code is just mis-using Deflater.
The old deflater implementation did/does not return any bytes when
deflateParams() has to be called, at a second call deflate() is called
again and further data is processed.
The problem is that the reporter expects that Deflater does always
return bytes, without calling finished().
lg Clemens
More information about the core-libs-dev
mailing list