]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cache: Use the <kip> value to check too big objects
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Sep 2025 07:04:02 +0000 (09:04 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 8 Oct 2025 09:10:42 +0000 (11:10 +0200)
commitc0f5b19bc6eaaaa828d90f7cd78fae8a2b218dfe
tree81c22c73b68f9e0fb78ac9f03ae1a4208e8ae233
parentf1c659f3aebb397405851bfbb056249ea0a7676c
MINOR: cache: Use the <kip> value to check too big objects

When an object should be cache, to check if it is too big or not, the
<kip> value is now used instead of the HTX extra field.
src/cache.c