194a81ff4f
Motivation: We failed to account for the last header when estimating the buffer size. If the data does not compress enough to make space for the last header we would exceed the ByteBuf's capacity. Modifications: Call #ensureWritable with appropriate capacity for footer ByteBuf befor writing footer. Result: If there is not enough space left in the buffer, the buffer will be expanded. |
||
---|---|---|
.. | ||
src | ||
pom.xml |