]> git.kaiwu.me - haproxy.git/commit
MINOR: cache: minor changes ahead of support for sending early hints
authorMaxime Henrion <mhenrion@haproxy.com>
Tue, 26 May 2026 13:53:59 +0000 (09:53 -0400)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Jul 2026 14:42:35 +0000 (16:42 +0200)
commitbbbd7909bc664ba09c015457de8f931c687c5ac4
tree904428340ceceba012fabaa48bf3d21edd275974
parentef73a1f64a2ffb3907897d1db297884dbf96ef27
MINOR: cache: minor changes ahead of support for sending early hints

Add a flags field to struct cache_entry and replace the complete
field with a CACHE_EF_COMPLETE flag.

Likewise, add a flags field to struct cache and replace the
vary_processing_enabled configuration boolean with a
CACHE_CF_VARY_PROCESSING flag.
src/cache.c