commit | 3c82d8b328b7aadc2901e04f657315113446e7fd | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 05 17:11:16 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Dec 04 14:41:49 2020 +0100 |
tree | fa28c4df103d1174572fb0b579aa6f8bc434f24e | |
parent | 119ac870ce38183b362287be4e43f688964195ef [diff] |
MINOR: mux-h1: Rework how shutdowns are handled We now only rely on one flag to notify a shutdown. The shutdown is performed at the connection level when there are no more pending outgoing data. So, it means it is performed immediately if the output buffer is empty. Otherwise it is deferred after the outgoing data are sent. This simplify a bit the mux because there is now only one flag to check.