]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: listener: Make sure w ereturn the tasklet from accept_queue_process
authorOlivier Houchard <cognet@ci0.org>
Fri, 25 Apr 2025 11:00:34 +0000 (13:00 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 25 Apr 2025 14:14:26 +0000 (16:14 +0200)
commit7d190e7df63db30c388050292d17a2a24869cf82
treebb763c809ea47cfc7757e54bf6104d1242666ea4
parent81dc3e67cf4d5f4eac66696bdf51fcfb5cc9f303
MEDIUM: listener: Make sure w ereturn the tasklet from accept_queue_process

In accept_queue_process, return the tasklet to tell the scheduler the
tasklet is still alive, it is not yet needed, but will be soon.
src/listener.c