haproxy/reg-tests/cache
Remi Tricot-Le Breton cc9bf2e5fe MEDIUM: cache: Change caching conditions
Do not cache responses that do not have an explicit expiration time
(s-maxage or max-age Cache-Control directives or Expires header) or a
validator (ETag or Last-Modified headers) anymore, as suggested in
RFC 7234#3.
The TX_FLAG_IGNORE flag is used instead of the TX_FLAG_CACHEABLE so as
not to change the behavior of the checkcache option.
2020-11-12 11:22:05 +01:00
..
basic.vtc MEDIUM: cache: Change caching conditions 2020-11-12 11:22:05 +01:00
caching_rules.vtc MEDIUM: cache: Change caching conditions 2020-11-12 11:22:05 +01:00
expires.vtc MINOR: cache: Add Expires header value parsing 2020-10-30 11:08:38 +01:00
if-modified-since.vtc MEDIUM: cache: Change caching conditions 2020-11-12 11:22:05 +01:00
if-none-match.vtc REGTEST: cache: Add if-none-match test case 2020-10-22 16:10:20 +02:00
sample_fetches.vtc MEDIUM: cache: Change caching conditions 2020-11-12 11:22:05 +01:00