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

Honor cache control #57

Merged
merged 7 commits into from
Aug 7, 2015
Merged

Honor cache control #57

merged 7 commits into from
Aug 7, 2015

Conversation

gozer
Copy link
Contributor

@gozer gozer commented May 5, 2015

Currently, the VCL caches entries by default with either $min_cache_time or $static_cache_time, irrespectively of what the backend server might specify with Cache-Control headers.

This PR adds a boolean $honor_backend_ttl, default to false, to control this behaviour.

gozer added 5 commits May 5, 2015 11:27
contitionnal requests. Right now, they are always disabled/stripped.
values sent by the backend-server instead of always defaulting to
our cache times $min_cache_time / $static_cache_time
maxchk added a commit that referenced this pull request Aug 7, 2015
@maxchk maxchk merged commit 5acae27 into maxchk:develop Aug 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants