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 zlib C lib has been changed to clarify that in fact window bits = 8
is not supported:
madler/zlib@049578f
We already had a guard in one of the tests to avoid the window bits = 8
case for some formats where it had been observed to fail. The change in
the C lib now makes it fail in more cases (since it had never been
properly supported anyway). So the simplest thing to do is just say that
9 is the minimum value.
Credit to Sergei Trofimovich for notifying and then tracking down the
root cause of the failure with newer versions of the C lib.
This fixes issue #11.
0 commit comments