MINOR: http: convert conn->addr.from to conn->src in sample fetches
authorWilly Tarreau <w@1wt.eu>
Wed, 17 Jul 2019 15:13:50 +0000 (17:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 19 Jul 2019 11:50:09 +0000 (13:50 +0200)
commit9a1efe1e15f527988fab2e19e3a1eb5515333252
tree20d8bed194d16444a460a8a8628d6dcce7e1ee76
parent44a7d8ee89c0eb641b28da9086b5e951c70ca9b2
MINOR: http: convert conn->addr.from to conn->src in sample fetches

These calls are safe because the address' validity was already checked
prior to reaching that code.
src/http_fetch.c