Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.25.0
-
None
Description
When calling write with data that is larger than the MAX_COMPRESSED_BUFFER_SIZE, the output will not be able to be decompressed. This is caused by flushBuffer being called at the wrong time.