]> git.kaiwu.me - haproxy.git/commit
MINOR: log: use conn_get_{dst,src}() to retrieve the cli/frt/bck/srv/ addresses
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jul 2019 09:47:11 +0000 (11:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Jul 2019 11:50:09 +0000 (13:50 +0200)
commit8fa9984a17f17913d471b8c1e7fa83859379594c
tree3de8dcc41ca55c4b6cd4b91e17db22cf7d8b4609
parent8dfffdb0602353c9eeecec13f24f65f8b189ba66
MINOR: log: use conn_get_{dst,src}() to retrieve the cli/frt/bck/srv/ addresses

This also allows us to check that the operation succeeded without
logging whatever remained in the memory area in case of failure.
src/log.c