Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ezgzip stuck on incomplete data stream #9

Open
XVilka opened this issue Mar 13, 2020 · 1 comment
Open

Ezgzip stuck on incomplete data stream #9

XVilka opened this issue Mar 13, 2020 · 1 comment

Comments

@XVilka
Copy link

XVilka commented Mar 13, 2020

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

@XVilka
Copy link
Author

XVilka commented Jul 6, 2020

Should be fixed by #10 and newer decompress - the sample data works just fine with latest decompress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant