]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: central update for server counters on state change
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 19 Apr 2023 16:22:21 +0000 (18:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 21 Apr 2023 12:36:45 +0000 (14:36 +0200)
commit5f80f8bbc5ae051e5ef7964bd8704ee0d6d20806
treee912d64905aa2b1a74d505ded9eb5e961cb11c86
parent9c21ff0208a5d87086e2ddb4fc6f2d981b75555b
MINOR: server: central update for server counters on state change

Based on "BUG/MINOR: server: don't miss server stats update on server
state transitions", we're also taking advantage of the new centralized
logic to update down_trans server counter directly from there instead
of multiple places.
src/server.c