]> git.kaiwu.me - haproxy.git/commit
MINOR: tcp: replace various calls to conn_get_{from,to}_addr with conn_get_{src,dst}
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jul 2019 09:37:29 +0000 (11:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Jul 2019 11:50:09 +0000 (13:50 +0200)
commitdddd2b422f6559ce53e4a956b17914c0174972ad
tree4a5429301017d36ceca87abeb6472cda58f08933
parentf5bdb64d35835bae91f25948a3c2cfd6076a0ee0
MINOR: tcp: replace various calls to conn_get_{from,to}_addr with conn_get_{src,dst}

These calls include the operation's status. When the check was already
present, it was merged with the call. when it was not present, it was
added.
src/proto_tcp.c