commit | 795e1412b00c76c3a42effd9158b5d8b2f30100d | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Dec 03 18:19:29 2020 +0100 |
committer | William Lallemand <wlallemand@haproxy.org> | Fri Dec 04 10:21:56 2020 +0100 |
tree | 202d46ecc9eb3a1609f8bd80f1ee0c9e0a86d3db | |
parent | b931f964e13700bbf43419c05a37a503bcfb555b [diff] |
MINOR: cache: Do not store stale entry When a response has an Age header (filled in by another cache on the message's path) that is greater than its defined maximum age (extracted either from cache-control directives or an expires header), it is already stale and should not be cached.