issues
search
libnxz
/
power-gzip
POWER NX zlib compliant library
23
stars
18
forks
source link
Change how the length threshold is used
#174
Closed
tuliom
closed
2 years ago
tuliom
commented
2 years ago
Avoid falling back to software due to length threshold unless
Z_FINISH
is passed to
deflate()
/
inflate()
.
Fix an issue that was causing
gzopen()
to never fall-back to software.
Z_FINISH
is passed todeflate()
/inflate()
.gzopen()
to never fall-back to software.