proxy.config.http.cache.required_headers value 1 does not allow caching of
items with only Cache-Control: max-age
-----------------------------------------------------------------------------------------------------------------
Key: TS-188
URL: https://issues.apache.org/jira/browse/TS-188
Project: Traffic Server
Issue Type: Bug
Components: Cache
Reporter: Steve Jiang
Assignee: Steve Jiang
Priority: Minor
Fix For: 2.0.0a
the records.config variable proxy.config.http.cache.required_headers has three
options:
# 0 - No required headers to make document cachable
# 1 - at least "Last-Modified:" header required
# 2 - explicit lifetime required, "Expires:" or "Cache-Control:"
The options are ordered in least restrictive to most restrictive. However,
choosing option 1 does not allow YTS to cache objects with CC: max-age, whereas
option 2 allows it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.