]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cache: Add specific secondary key comparison mechanism
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Wed, 23 Dec 2020 17:13:47 +0000 (18:13 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 24 Dec 2020 16:18:00 +0000 (17:18 +0100)
commit6a34b2b65d48e30c1758b392fac33f844423b0bd
tree49f5d93d93c24cdd2ba701a6fee51c56a6d9a2f2
parente4421dec7e63ff275c3a0788a0ae31e2d851da82
MINOR: cache: Add specific secondary key comparison mechanism

Add the possibility to define custom comparison functions for every
sub-part of the secondary key hash instead of using a global memcmp.
src/cache.c