]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cache: Avoid storing responses whose secondary key was not correctly calculated
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Wed, 23 Dec 2020 17:13:45 +0000 (18:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Dec 2020 16:18:00 +0000 (17:18 +0100)
commit2b5c5cbef6bfac8effa6afa7e3a49d215d3cc60a
treef83d8662c1cd89ca4d836d051992e029d9e011df
parentbba2912758c3820190daa5a42bd25362ef6c0b24
MINOR: cache: Avoid storing responses whose secondary key was not correctly calculated

If any of the secondary hash normalizing functions raises an error, the
secondary hash will be unusable. In this case, the response will not be
stored anymore.
include/haproxy/http_ana-t.h
src/cache.c