]> git.kaiwu.me - haproxy.git/commit
MINOR: mux-h2: add a new setting, "tune.h2.log-errors" to tweak error logging
authorWilly Tarreau <w@1wt.eu>
Wed, 25 Feb 2026 21:39:35 +0000 (22:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 25 Feb 2026 21:43:40 +0000 (22:43 +0100)
commite67e36c9eb35eb1477ae0e425a660ee0c631cecd
tree13ef4de1ef8af6e2bc831c25fe2638d1c7682327
parentcad6e0b3dac42aa3ff1a70554413b4f77a84a382
MINOR: mux-h2: add a new setting, "tune.h2.log-errors" to tweak error logging

The H2 mux currently logs whenever some decoding fails. Most of the errors
happen at the connection level, but some are even at the stream level,
meaning that multiple logs can be emitted for a given connection, which
can quickly use some resource for little value. This new setting allows
to tweak this and decide to only log errors that affect the connection,
or even none at all.

This should be backported at least as far as 3.2.
doc/configuration.txt
src/mux_h2.c