MINOR: mux-h1: Process next request for IDLE connection only
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 5 Oct 2020 15:14:28 +0000 (17:14 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 4 Dec 2020 13:41:49 +0000 (14:41 +0100)
commit5d3c93cd43ce826efba3afb9456d2bd64789b2cf
treecb14a0550dc0969dc8a4a14fa55fd240fff5bb10
parentadcd789d928f0c2908f5cae508d2b63d191522f8
MINOR: mux-h1: Process next request for IDLE connection only

When the conn-stream is detached for a H1 connection, there is no reason to
subscribe for reads or process pending input data if the connection is not
idle. Because, it means a shutdown is pending.
src/mux_h1.c