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
{{ message }}
This repository was archived by the owner on Jun 6, 2021. It is now read-only.
Today the cache has no logic on accept-encoding. This will break if multiple clients with different accept-encodings are used.
We should probably translate to a standard encoding (gzip) for storage in cache, and then support unzipping to clients that don't support gzip. Related ticket. We should also have a strategy for what occurs if it is a encoding we don't understand (maybe strip out the accept-encoding header in the back)