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

libutil: allow decompression with none/empty method #4730

Merged
merged 1 commit into from Apr 22, 2021

Commits on Apr 22, 2021

  1. libutil: allow decompression with none/empty method

    The S3 store relies on the ability to be able to decompress things with
    an empty method, because it just passes the value of the Content-Encoding
    directly to decompress.
    
    If the file is not compressed, then this will cause the compression
    routine to get confused.
    
    This caused NixOS/nixpkgs#120120.
    lukegb committed Apr 22, 2021
    Copy the full SHA
    97dde3c View commit details
    Browse the repository at this point in the history