MINOR: mux-h1: Don't wakeup the H1C when output buffer become available
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 30 Sep 2020 15:30:15 +0000 (17:30 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Oct 2020 12:07:29 +0000 (14:07 +0200)
commit7b06d3adaa04d006f3aa37e9d728848f0ef78dcb
tree2ac658c067e72f9ce2809a632ab98511b9b0ad3b
parente9da975aabb0f2137bde7afbd020b300029ef28f
MINOR: mux-h1: Don't wakeup the H1C when output buffer become available

There is no reason to wake up the H1 connection when a new output buffer is
retrieved after an allocation failure because only the H1 stream will fill it.
src/mux_h1.c