commit | a0a4b09d0881e6793295f5c10c92ae4592378efd | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 17 11:25:46 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 19 13:50:09 2019 +0200 |
tree | 003d2abd75d0729b81e1936d57fdde41c1ad86a6 | |
parent | 2e34c1145868e5303ed842ea5a3e52b71cdbe82f [diff] |
MINOR: frontend: switch to conn_get_{src,dst}() for logging and debugging The frontend accept code uses conn_get_{from,to}_addr for logging and debugging, without really checking if the operation succeeds. In preparation of future changes, let's switch to conn_get_{src,dst}() and integrate status check for possible failures.