]> git.ipfire.org Git - thirdparty/haproxy.git/commit
DEBUG: mux-spop: Review some trace messages to adjust the message or the level
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 May 2025 07:39:03 +0000 (09:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 14 May 2025 09:52:10 +0000 (11:52 +0200)
commite2ae8a74e87d32730e3edba26626518fd33e3a58
treef40757443bcafb32d42c8febb039b1cfa6b16f46
parent6e46f0bf934360186aa878d75f8bf81eaae0c141
DEBUG: mux-spop: Review some trace messages to adjust the message or the level

Some trace messages were not really accurrate, reporting a CLOSED connection
while only an error was reported on it. In addition, an TRACE_ERROR() was
used to report a short read on HELLO/DISCONNECT frames header. But it is not
an error. a TRACE_DEVEL() should be used instead.

This patch could be backported to 3.1 to ease future backports.
src/mux_spop.c