]> git.kaiwu.me - haproxy.git/commit
CLEANUP: cache: align the cache_hint_hits increment with its siblings master
authorMaxime Henrion <mhenrion@haproxy.com>
Fri, 10 Jul 2026 21:55:28 +0000 (17:55 -0400)
committerWilly Tarreau <w@1wt.eu>
Mon, 13 Jul 2026 07:15:06 +0000 (09:15 +0200)
commit5468ef0d755a75ac97f0b62f2e58841dc37906c5
tree9d47281c7632c317382bc05857c6f825a400f43c
parent8d2381c5ee242399d206f620941e14c8bb485b3a
CLEANUP: cache: align the cache_hint_hits increment with its siblings

For the sake of consistency, increment cache_hint_hits the same way as the
surrounding cache counters instead of going through a temporary pointer.

No functional change, and nothing to backport.
src/cache.c