Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Proper handling of accept-encoding #64

@dpwspoon

Description

@dpwspoon

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions