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
Each compressor has a different range of thewindowbits parameter that is passed to zlib. Adding a magic number to the parameter or flipping the sign of it creates a different kind of compressor, but I think it is much clearer to allocate different names (types) to different compressors.
The names seem synomous to me,
and the code for each looks identical.
Am I missing something?
The text was updated successfully, but these errors were encountered: