BUG/MINOR: mux-h1: Capture ignored parsing errors
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 11 Oct 2019 12:22:00 +0000 (14:22 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Oct 2019 20:28:50 +0000 (22:28 +0200)
commit486498c630a0678446808107d02f94c48fc6722a
treef530b5d3963cc3c0a4fbaf356fa58733941f8d0a
parent53a899b946f1762194d8cbf1bb31e3736df72749
BUG/MINOR: mux-h1: Capture ignored parsing errors

When the option "accept-invalid-http-request" is enabled, some parsing errors
are ignored. But the position of the error is reported. In legacy HTTP mode,
such errors were captured. So, we now do the same in the H1 multiplexer.

If required, this patch may be backported to 2.0 and 1.9.
src/mux_h1.c