]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: listeners: Update the frequency counters separately when needed
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 3 Mar 2026 17:55:17 +0000 (18:55 +0100)
committerOlivier Houchard <cognet@ci0.org>
Thu, 5 Mar 2026 14:39:42 +0000 (15:39 +0100)
commit88bc2bdfc9dc14bf6ca89aa01ef92719ee85bd46
treed8c48c8c2ff3a5b51294ed6e2258b3f9f1d8d696
parent00876511287184e5c0ae14d37f2f99261da0ef27
MINOR: listeners: Update the frequency counters separately when needed

Update the frequency counters that are exported to the stats page
outside of the call to COUNTERS_UPDATE_MAX(), so that they will
happen even if COUNTERS_UPDATE_MAX() ends up doing nothing.
src/listener.c