masaori335 opened a new pull request, #12241: URL: https://github.com/apache/trafficserver/pull/12241
This clarifies behavior of `proxy.config.http.cache.max_stale_age` config. For now, `HttpTransact::is_stale_cache_response_returnable` simply compares `current_age` and `max_stale_age` config. The problem is if `max_stale_age` is shorter than `max-age`, ATS can't serve stale contents as expected. <img width="727" alt="Screenshot 2025-05-13 at 11 27 46" src="https://github.com/user-attachments/assets/1c17e44e-735a-45ea-91ae-731ef2b53051" /> It's discussable this is a bug fix or incompatible config change. /cc @mlibbey -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org