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

Impossible to extract compressed data for entry compressed with e.g. Deflate64 #80

Open
overlookmotel opened this issue Apr 24, 2018 · 1 comment

Comments

@overlookmotel
Copy link
Contributor

overlookmotel commented Apr 24, 2018

It is not possible to extract the raw compressed data for entries compressed with a method other than 8 (Deflate).

If you try to open a read stream for an entry compressed with e.g. Deflate64:

  • with option decompress: false, you get error "options.decompress can only be specified for compressed entries"
  • with no decompress option, you get error "unsupported compression method: 9"
@thejoshwolfe
Copy link
Owner

That error message is pretty confusing. We should definitely support this usecase.

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

No branches or pull requests

2 participants