commit | cd9f6a7e1a634308600c83ae4e53982cd3800880 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu Jul 04 21:22:34 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Jul 05 14:31:41 2019 +0200 |
tree | f1f51dfc7fc9cd5b698a609b0eadc894fea924af | |
parent | aaa2506490aa78086df63d06aa851aae2ca44630 [diff] |
BUG/MINOR: mux-h1: Don't process input or ouput if an error occurred It is useless to proceed if an error already occurred. Instead, it is better to wait it will be catched by the stream or the connection, depending on which is the first one to detect it. This patch must be backported to 2.0. (cherry picked from commit 0e54d547f11a7b51fa27c334f666c312d0c2625a) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>