commit | c431df8e4ffb57b71150b76d0a64d3f7a7c6667e | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 26 15:16:28 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 26 15:30:59 2019 +0200 |
tree | e6db8444a5da535e90c608064e9c287fac1b5923 | |
parent | 9466f4ba1eb59a57f509ea3e2db737c9d3948825 [diff] |
BUG/MINOR: mux-h1: Make format errors during output formatting fatal These errors are unexpected at this staged and there is not much more to do than to close the connection and leave. So now, when it happens, the flag H1C_F_CS_ERROR is set on the H1 connection and the flag HTX_FL_PARSING_ERROR is set on the channel's HTX message. This patch must be backported to 2.0 and 1.9. (cherry picked from commit d87d3fab25b3795a74ace2cf2ee16d4516e7a9c0)