]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: session/trace: use distinct flags for SESS_EV_END and _ERR
authorWilly Tarreau <w@1wt.eu>
Sat, 16 May 2026 18:28:16 +0000 (20:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 May 2026 18:29:40 +0000 (20:29 +0200)
commit015933794ec8a3a9fd86710482538ccaf51550c7
treeb376c644548fabed2d7eb89b28d3fdb4fe0ffe0f
parent4519906c703f37df1eec22927d0a5d7ccb476097
BUG/MINOR: session/trace: use distinct flags for SESS_EV_END and _ERR

Session traces were brought in 3.1 by commit abb07af67 ("MINOR:
session/trace: enable very minimal session tracing") though there was
an issue, because SESS_EV_END and SESS_EV_ERR have the same value (it's
a copy-paste mistake).

This can be backported to 3.2.
src/session.c