]> git.kaiwu.me - haproxy.git/commit
MINOR: log: use conn->{src,dst} instead of conn->addr.{from,to}
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jul 2019 14:48:18 +0000 (16:48 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Jul 2019 11:50:09 +0000 (13:50 +0200)
commit6c6365f455115a709d4b6591aa47b0f6f314a040
tree462007104e9febe68afd756fcd9d95e1b376eadc
parent3f4fa0964ca21e1783ae8411e4a19b9992296b97
MINOR: log: use conn->{src,dst} instead of conn->addr.{from,to}

This is used to retrieve the addresses to be logged (client, frontend,
backend, server). In all places the validity check was already performed.
src/log.c