Skip to content
New issue

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

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

Already on GitHub? # to your account

use Zlib.gunzip #11

Merged
merged 1 commit into from
Sep 24, 2021
Merged

use Zlib.gunzip #11

merged 1 commit into from
Sep 24, 2021

Conversation

mreinsch
Copy link
Contributor

with Zlib::Inflate.inflate there are Zlib::DataError (incorrect header check) errors for some reports, so using gunzip instead

with Zlib::Inflate.inflate there are `Zlib::DataError (incorrect header check)` errors for some reports, so using gunzip instead
@mreinsch
Copy link
Contributor Author

Zlib.gunzip worked so far with all the reports I encountered. Zlib::Inflate.inflate failed consistently for some (larger?) reports.

@ericcj ericcj merged commit 294f12d into ericcj:main Sep 24, 2021
@mreinsch mreinsch deleted the use-gunzip branch November 29, 2023 14:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants