]> git.kaiwu.me - haproxy.git/commit
[BUG] event_accept() must always wake the task up, even in health mode
authorWilly Tarreau <w@1wt.eu>
Sun, 8 Mar 2009 11:25:07 +0000 (12:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 8 Mar 2009 11:25:07 +0000 (12:25 +0100)
commit721fdbc381531d6f8bdc39065126482150f200a3
tree3e8af47469f320186bafd34899594d6684911f5d
parent26c250683f29c74b347d05609a9cff2785106893
[BUG] event_accept() must always wake the task up, even in health mode

event_accept() did not wake the task up in health mode, so that mode was
not working anymore.
src/client.c