haproxy/reg-tests/cache
Remi Tricot-Le Breton 72cffaf440 MEDIUM: cache: Remove cache entry in case of POST on the same resource
In case of successful unsafe method on a stored resource, the cached entry
must be invalidated (see RFC7234#4.4).
A "non-error response" is one with a 2xx (Successful) or 3xx (Redirection)
status code.
This implies that the primary hash must now be calculated on requests
that have an unsafe method (POST or PUT for instance) so that we can
disable the corresponding entries when we process the response.
2020-12-04 10:21:56 +01:00
..
basic.vtc MEDIUM: cache: Change caching conditions 2020-11-12 11:22:05 +01:00
caching_rules.vtc MINOR: cache: Do not store stale entry 2020-12-04 10:21:56 +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
post_on_entry.vtc MEDIUM: cache: Remove cache entry in case of POST on the same resource 2020-12-04 10:21:56 +01:00
sample_fetches.vtc MEDIUM: cache: Change caching conditions 2020-11-12 11:22:05 +01:00
vary.vtc MINOR: cache: Improve accept_encoding_normalizer 2020-12-02 16:32:54 +01:00