commit | 83b5890b4724bf297e414fb7258a5ed8f9bcc4e4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Jul 17 11:49:08 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Jul 19 13:50:09 2019 +0200 |
tree | e66f7fdc7c558ec173b8838528be05a0cf5cb6d9 | |
parent | 8fa9984a17f17913d471b8c1e7fa83859379594c [diff] |
MINOR: http/htx: use conn_get_dst() to retrieve the destination address When adding the X-Original-To header, let's use conn_get_dst() and make sure it succeeds, since previous call to conn_get_to_addr() was unchecked.