]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: introduce proxy_abrt_close_def() to pass the desired default
authorWilly Tarreau <w@1wt.eu>
Wed, 8 Oct 2025 08:27:45 +0000 (10:27 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Oct 2025 08:29:41 +0000 (10:29 +0200)
commit75103e7701a24f37fcd1dfe19450fa3ab8ce4964
tree0f2cc6ed215a9dc71cd9be23b071ab268954e311
parent644b3dc7d880ab69997bc05ebc8dd3045ee23186
MINOR: proxy: introduce proxy_abrt_close_def() to pass the desired default

With this function we can now pass the desired default value for the
abortonclose option when neither the option nor its opposite were set.
Let's also take this opportunity for using it directly from the HTTP
analyser since there's no point in re-checking the proxy's mode there.
include/haproxy/proxy.h
src/http_ana.c