]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: counters: Remove some extra tests
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 13 Jan 2026 07:01:28 +0000 (08:01 +0100)
committerOlivier Houchard <ohouchard@haproxy.com>
Tue, 13 Jan 2026 10:12:34 +0000 (11:12 +0100)
commitda813ae4d7cb77137edf278815ee2763c68c4323
treeb2275b5711d5843f84431d4dc78270ea71995e79
parent5495c884418e301d746f66eab015c1c4ad3d4cc7
MEDIUM: counters: Remove some extra tests

Before updating counters, a few tests are made to check if the counters
exits. but those counters should always exist at this point, so just
remmove them.
This commit should have no impact, but can easily be reverted with no
functional impact if various crashes appear.
include/haproxy/backend.h
include/haproxy/proxy.h
include/haproxy/server.h
src/backend.c
src/cache.c
src/check.c
src/server.c