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

Do not compress for Cache-Control: no-transform by default #51

Closed
dougwilson opened this issue Sep 8, 2015 · 0 comments
Closed

Do not compress for Cache-Control: no-transform by default #51

dougwilson opened this issue Sep 8, 2015 · 0 comments
Assignees

Comments

@dougwilson
Copy link
Contributor

There has been a few questions raised about how a software project can opt-out of compression transparently, without requiring a user to configure this middleware to avoid the other project's output or have the other project be aware of compression. The current idea is that compression can, when determining to compress, check if there is a Cache-Control response header and if it has no-transform declared, skip compression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant