mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-11-28 22:31:06 +01:00
[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.
This commit is contained in:
parent
26c250683f
commit
721fdbc381
@ -443,7 +443,6 @@ int event_accept(int fd) {
|
||||
* pass through task_wakeup(), because this one knows how to apply
|
||||
* priorities to tasks.
|
||||
*/
|
||||
if (p->mode != PR_MODE_HEALTH)
|
||||
task_wakeup(t, TASK_WOKEN_INIT);
|
||||
|
||||
p->feconn++; /* beconn will be increased later */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user