commit | 99bbdbcc21355c8773474274a319086c0d2999d6 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Mar 17 17:10:36 2022 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 18 17:00:17 2022 +0100 |
tree | 293ccb6ed20f6233a36461613b5f158d32e2f626 | |
parent | 2ec39ea6534827bacfbd50812d7514299a28da9b [diff] |
BUG/MEDIUM: mux-h1: only turn CO_FL_ERROR to CS_FL_ERROR with empty ibuf A connection-level error must not be turned to a stream-level error if there are still pending data for that stream, otherwise it can cause the truncation of the last pending data. This must be backported to affected releases, at least as far as 2.4, maybe further.