]> git.kaiwu.me - haproxy.git/commit
CLEANUP: connection: remove some checks for objt_proxy(conn->target)
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Jun 2026 09:00:46 +0000 (11:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Jun 2026 09:09:34 +0000 (11:09 +0200)
commit6864526d05cac65938a07bfbeff18aa022f34120
treec6244fbbd121a8ff2b0c74d716f7de98c4e52c36
parent848668c7ace2d94706aaff40b159c872beba1c21
CLEANUP: connection: remove some checks for objt_proxy(conn->target)

Since a connection's target may no longer be a proxy and is necessarily
a server, let's simplify such checks. This is essentially in mux install
code and in the debugging code.
include/haproxy/connection.h
src/connection.c