]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: stconn: Don't forget to wakeup applets on shutdown
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Mar 2026 06:33:21 +0000 (07:33 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 Mar 2026 06:38:57 +0000 (07:38 +0100)
commit00bea05a14cb5cb05a418c89411f7e49d836caab
tree14a284e15b9dcd886097b247c9cdc46296b048d1
parentab7acdcc3a01afc3bf9988bf00b25dd6a4152c59
BUG/MEDIUM: stconn: Don't forget to wakeup applets on shutdown

When SC's shudown callback functions were merged, a regression was
introduced. The applet was no longer woken up. Because of this bug, an
applet could remain blocked, waiting for an I/O event or a timeout.

This patch should fix the issue #3301.

No backport needed.
src/stconn.c