BUG/MINOR: mux-h1/mux-fcgi/trace: Fix position of the 4th arg in some traces
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 8 Oct 2019 09:59:47 +0000 (11:59 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 8 Oct 2019 14:28:30 +0000 (16:28 +0200)
commit08618a733d8e93cc60741201c38316420a7728fd
tree9ee9404b4d63fad472d051a2eb223b498f8b67d3
parentcb985a4da69267df97d31af252b0947aa2181dd7
BUG/MINOR: mux-h1/mux-fcgi/trace: Fix position of the 4th arg in some traces

In these muxes, when an integer value is provided in a trace, it must be the 4th
argument. The 3rd one, if defined, is always an HTX message. Unfortunately, some
traces are buggy and the 4th argument is erroneously passed in 3rd position.

No backport needed.
src/mux_fcgi.c
src/mux_h1.c