]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: log: Dump good %B and %U values in logs
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Dec 2025 13:52:59 +0000 (14:52 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 8 Dec 2025 14:22:01 +0000 (15:22 +0100)
commit5d74980277cffb76e13d1c04eacb9260a46c1202
treea0349e20b83b69d590c876323e68d5cb71e2bbe5
parentbe998b590e4bb7c3f9272ca3574561f1e1294265
BUG/MINOR: log: Dump good %B and %U values in logs

When per-stream "bytes_in" and "bytes_out" counters where replaced in 3.3,
the wrong counters were used for %B and %U values in logs. In the
configuration manual and the commit message, it was specificed that
"bytes_in" was replaced by "req_in" and "bytes_out" by "res_in", but in the
code, wrong counters were used. It is now fixed.

This patch should fix the issue #3208. It must be backported to 3.3.
src/log.c