]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-h2: Rely on h2s_notify_send() when resuming h2s for sending
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 5 Mar 2026 16:06:12 +0000 (17:06 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 10 Mar 2026 14:10:34 +0000 (15:10 +0100)
commitaea0d38fdd1d03aa5d3d52495074c51934fa114a
treeb37dc28838aa51d8db04481ac2a63129a14565d6
parent7abb7c4c797ba5710783ae730b178e5065f32324
MINOR: mux-h2: Rely on h2s_notify_send() when resuming h2s for sending

In h2_resume_each_sending_h2s(), there was exactly the same code than
h2s_notify_send(). So let's use h2s_notify_send() instead of duplicating
code.
src/mux_h2.c