]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: only check abortonclose through a dedicated function
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Oct 2025 13:36:54 +0000 (15:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 8 Oct 2025 08:29:41 +0000 (10:29 +0200)
commitfe47e8dfc5bd4541a6a487f00ffe5e966133a8e8
tree28733a600594b5267ddf103862ca385c5966eda6
parent687504344a4915238309d1aebbe3f509a7bfb35a
MINOR: proxy: only check abortonclose through a dedicated function

In order to prepare for changing the way abortonclose works, let's
replace the direct flag check with a similarly named function
(proxy_abrt_close) which returns the on/off status of the directive
for the proxy. For now it simply reflects the flag's state.
include/haproxy/proxy.h
src/backend.c
src/http_ana.c
src/ssl_sock.c
src/stconn.c
src/stream.c