bneradt opened a new pull request, #12679:
URL: https://github.com/apache/trafficserver/pull/12679

   This adds support for targeted Cache-Control headers (like 
CDN-Cache-Control) that allow cache directives to be targeted at specific 
caches. The implementation includes a configurable, priority-ordered list of 
targeted headers via proxy.config.http.cache.targeted_cache_control_headers, 
which is overridable per-remap rule. When a targeted header is present, it 
takes precedence over the standard Cache-Control header for caching decisions. 
Targeted headers are passed through downstream to allow proper cache hierarchy 
behavior.
   
   Fixes: #9113


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to