You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The caches are now created separately for compressed and decompressed contents.
When a decompressed content is cached and a compressed content is requested,
the downloader now correctly returns the compressed content.
- URLSHA/data: unmodified original data
- URLSHA/sha256.digest: digest of the original data
- URLSHA+decomp/data: decompressed data
- URLSHA+decomp/sha256.digest: digest of the *original* (i.e., compressed) data
Caching a decompressed content does not automatically cache the original compressed content.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
0 commit comments