]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] the stats dump FSM was buggy and looped on dispatch instances.
authorwilly tarreau <willy@wtap.(none)>
Sun, 21 May 2006 12:46:15 +0000 (14:46 +0200)
committerwilly tarreau <willy@wtap.(none)>
Sun, 21 May 2006 12:46:15 +0000 (14:46 +0200)
commit1f431b585144e334e7dff13885db9d1663505833
treee49b592627701e0f05347865b8116c52657f73e3
parentfac1a86495697ace9b373d365bf08f234a7b9739
[MEDIUM] the stats dump FSM was buggy and looped on dispatch instances.

It has been rewritten and now supports an initialization state. It now also
prevents from dumping stopped(disabled) listeners and it is possible to
specify a scope with a list of proxies that are allowed to be dumped from
the one being configured ('.' meaning "this one"). The 'stats' entry can
be configured from the 'defaults' instance and it is correctly flushed
from proxies which redefine it.
ROADMAP
haproxy.c
include/uri_auth.h
src/uri_auth.c