]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: trace: remove backend retrieval attempt from conn->target
authorWilly Tarreau <w@1wt.eu>
Fri, 26 Jun 2026 09:10:43 +0000 (11:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 26 Jun 2026 09:10:43 +0000 (11:10 +0200)
commitd071a736c4cfdb05aa5c2a4fbf8db4dae75c696e
tree6910551a284c73e775fe5478d6add9063805d6df
parent7adf94cfe19374043d2c9bddc18a5643e4d1bcb9
CLEANUP: trace: remove backend retrieval attempt from conn->target

Since we may no longer see conn->target point to the proxy, let's drop
the retrieval attempt for a backend there in __trace_enabled().
src/trace.c