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
If I have incomplete data stream of GZip format and call let decompressed = Ezgzip.decompress ~ignore_size:true ~ignore_checksum:true data it never returns from it.
Attaching the example of such a stream. It would be beneficial if Ezgzip would return the error and incomplete data in that case.
If I have incomplete data stream of GZip format and call
let decompressed = Ezgzip.decompress ~ignore_size:true ~ignore_checksum:true data
it never returns from it.Attaching the example of such a stream. It would be beneficial if Ezgzip would return the error and incomplete data in that case.
loader.gz
The text was updated successfully, but these errors were encountered: