haproxy/reg-tests/cache
Remi Tricot-Le Breton 8bb72aa82f MINOR: cache: Improve accept_encoding_normalizer
Turn the "Accept-Encoding" value to lower case before processing it.
Calculate the CRC on every token instead of a sorted concatenation of
them all (in order to avoir copying them) then XOR all the CRCs into a
single hash (while ignoring duplicates).
2020-12-02 16:32:54 +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
vary.vtc MINOR: cache: Improve accept_encoding_normalizer 2020-12-02 16:32:54 +01:00