Subject: | Content cutting while unarchieving |
Hello! While unpacking content from LZMA which bufsize is default 17k
the content breaks after these 17k.
I think that the matter is at difference
return STATUS_ENDSTREAM if $status == LZMA_STREAM_END || $eof ;
because at 2.035 all is OK - and $eof returns the unwhole content. Also
multistream param shows it - after 17k chunk there follows chunk of
compressed content.
Thank you.