]> git.kaiwu.me - haproxy.git/commit
MEDIUM: servers: Use server_full to detect if a server is full 20260302-oho-server-optims
authorOlivier Houchard <ohouchard@haproxy.com>
Mon, 9 Feb 2026 10:20:40 +0000 (11:20 +0100)
committerOlivier Houchard <cognet@ci0.org>
Mon, 2 Mar 2026 12:46:17 +0000 (13:46 +0100)
commit3121c0093701ab522f6585768a90585d150663f1
tree7d27bc0f394b0aaccec591858fdc66cbb8fb85c2
parentcd66a94b634532a21d30adab0eae3f657848f85e
MEDIUM: servers: Use server_full to detect if a server is full

Instead of checking the value of served to know if the server is full,
make use of the newly introduced server_full where relevant, so that we
have less access to served.
include/haproxy/queue.h
include/haproxy/server-t.h
src/backend.c
src/server.c