You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The windowBits parameter is the base two logarithm of the window size (the size of the history buffer). It should be in the range 8..15 for this version of the library.
However jzlib supports only in the range 9..15 as in this line:
According to zlib manual:
However jzlib supports only in the range 9..15 as in this line:
jzlib/src/main/java/com/jcraft/jzlib/Deflater.java
Lines 109 to 111 in a21be20
If windowbit is 8 it returns an error which is incorrect.
The text was updated successfully, but these errors were encountered: