]> git.kaiwu.me - haproxy.git/commit
MINOR: cache: allow opting out of early hints at the rule level
authorMaxime Henrion <mhenrion@haproxy.com>
Fri, 26 Jun 2026 20:45:23 +0000 (16:45 -0400)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Jul 2026 14:42:35 +0000 (16:42 +0200)
commit954614c03abc745cbdbfab85b442500b8bf3979e
tree731b720354824860eff260d4fd89bab13ad05b11
parent6f8c422252cece0875d4e98e5808376a7686ecf5
MINOR: cache: allow opting out of early hints at the rule level

A "cache-use" directive can now specify the "no-early-hints" keyword
to suppress 103 Early Hints emission for matching requests, when used
with a cache that has the "early-hints" setting enabled.
doc/configuration.txt
src/cache.c