]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: mux_fcgi: Make sure we return the tasklet from fcgi_deferred_shut
authorOlivier Houchard <cognet@ci0.org>
Fri, 25 Apr 2025 11:01:15 +0000 (13:01 +0200)
committerOlivier Houchard <cognet@ci0.org>
Fri, 25 Apr 2025 14:14:26 +0000 (16:14 +0200)
commit8f70f9c04b770855549fb79bea5a1c07419fce0b
tree93d4fa5aab49737c5c7c4ea70bfbfacf538190e7
parent7d190e7df63db30c388050292d17a2a24869cf82
MEDIUM: mux_fcgi: Make sure we return the tasklet from fcgi_deferred_shut

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