sheikh-saifi opened a new pull request, #13168:
URL: https://github.com/apache/trafficserver/pull/13168

   ## Summary
   Adds two new log fields to enable cache content modelling:
   - `cfl` (freshness_limit): written on cache hit and cache write
   - `cca` (current_age): written when serving from cache
   
   Both are computed from internal state without reading headers.
   
   ## Changes
   - HttpTransact: propagate freshness_limit and current_age into t_state
   - LogAccess: implement marshallers + register field tags
   - Docs: document new fields in log-formats.en.rst
   
   ## Testing
   - Existing ctest log tests pass
   - Manual verification via custom logging.yaml format


-- 
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