haproxy/reg-tests/cache
Tim Duesterhus dc38bc4a1a BUG/MEDIUM: cache: Fix hash collision in accept-encoding handling for Vary
This patch fixes GitHub Issue #988. Commit ce9e7b2521
was not sufficient, because it fell back to a hash comparison if the bitmap
of known encodings was not acceptable instead of directly returning the the
cached response is not compatible.

This patch also extends the reg-test to test the hash collision that was
mentioned in #988.

Vary handling is 2.4, no backport needed.
2020-12-31 09:39:08 +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
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_accept_encoding.vtc BUG/MEDIUM: cache: Fix hash collision in accept-encoding handling for Vary 2020-12-31 09:39:08 +01:00
vary.vtc BUG/MEDIUM: cache: Fix hash collision in accept-encoding handling for Vary 2020-12-31 09:39:08 +01:00