]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tevt: Improve function to convert a termination events log to string
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Jan 2025 17:16:27 +0000 (18:16 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Jan 2025 09:41:50 +0000 (10:41 +0100)
commit487d6b09f1925546684d4f32da9c00d141434cd4
treedfa3a17fdbe03b2193dd29866edb0f21164e637a
parentb1611554984478b4d929a379192664c67a60fa2c
MINOR: tevt: Improve function to convert a termination events log to string

The function is now responsible to handle empty log because no event was
reported. In that case, an empty string is returned. It is also responsible to
handle case where termination events log is not supported for an given entity
(for instance the quic mux for now). In that case, a dash ("-") is returned.
include/haproxy/connection.h
src/stream.c