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
This statement looks only for three specific possible zlib headers. There are many more valid zlib headers that would be missed. 61 to be precise. Look at RFC 1950 for the definition of a zlib header.
The text was updated successfully, but these errors were encountered:
It looks like you already know to use inflateInit2() with 15+32 in order to auto-detect the format. What you're looking for is already built into zlib's inflate.
This statement looks only for three specific possible zlib headers. There are many more valid zlib headers that would be missed. 61 to be precise. Look at RFC 1950 for the definition of a zlib header.
The text was updated successfully, but these errors were encountered: