commit | 5d3c93cd43ce826efba3afb9456d2bd64789b2cf | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 05 17:14:28 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 04 14:41:49 2020 +0100 |
tree | cb14a0550dc0969dc8a4a14fa55fd240fff5bb10 | |
parent | adcd789d928f0c2908f5cae508d2b63d191522f8 [diff] |
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.