]> git.kaiwu.me - haproxy.git/commit
MINOR: muxes: Wakup the data layer from a mux stream with TASK_WOKEN_IO state
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 16:13:48 +0000 (17:13 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commit26a0817c1abb90f58b1fd5b4838d53fe469636c8
tree41155824508a3567349070740dd9e6a4bb0f76e8
parent376487cca9445211d498b768f084a91f9faa018b
MINOR: muxes: Wakup the data layer from a mux stream with TASK_WOKEN_IO state

Now, when a mux stream is waking its data layer up for receives or sends, it
uses the TASK_WOKEN_IO state. The state is not used by the stconn I/O
callback function for now.
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_quic.c
src/mux_spop.c