mirror of
https://github.com/apache/httpcomponents-client.git
synced 2025-02-20 08:56:02 +00:00
Implemented an enhancement to add a heuristic expiration warning to cached responses when the freshness lifetime and current age are both greater than one day. This warning, indicated by the '113' code, helps in identifying potential staleness in cached data and aligns with the HTTP caching specifications.