mirror of
https://github.com/NixOS/nix.git
synced 2025-11-24 03:09:35 +01:00
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. |
||
|---|---|---|
| .. | ||
| compression.cc | ||
| config.cc | ||
| hash.cc | ||
| json.cc | ||
| local.mk | ||
| logging.cc | ||
| lru-cache.cc | ||
| pool.cc | ||
| tests.cc | ||
| url.cc | ||
| xml-writer.cc | ||