commit | 08618a733d8e93cc60741201c38316420a7728fd | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 08 11:59:47 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue Oct 08 16:28:30 2019 +0200 |
tree | 9ee9404b4d63fad472d051a2eb223b498f8b67d3 | |
parent | cb985a4da69267df97d31af252b0947aa2181dd7 [diff] |
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.