]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-spop: Rely on spop_strm_notify_send() when resuming streams for sending
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 16:08:13 +0000 (17:08 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit376487cca9445211d498b768f084a91f9faa018b
tree1e70bb94bc4bd146bcdd6709dc9d16084f0e6921
parentaea0d38fdd1d03aa5d3d52495074c51934fa114a
MINOR: mux-spop: Rely on spop_strm_notify_send() when resuming streams for sending

In spop_resume_each_sending_spop_strm(), there was exactly the same code
than spop_strm_notify_send(). So let's use spop_strm_notify_send() instead
of duplicating code.
src/mux_spop.c