MINOR: frontend: Rely on client src and dst addresses at stream level
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 22 Oct 2021 15:39:06 +0000 (17:39 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 09:34:21 +0000 (11:34 +0200)
commitc9c8e1cc015732c4536947d53a7d2c9542d12b4d
tree722dadf19dd3605c6a4af88c9affd68f4c15a4b0
parent859ff84f8ced8bf669ca001ba3ce253bba504e8c
MINOR: frontend: Rely on client src and dst addresses at stream level

For now, stream-interface or session addresses are never set. So, thanks to
the fallback mechanism, no changes are expected with this patch. But its
purpose is to rely on the client addresses at the stream level, when set,
instead of those at the connection level. The addresses are retrieved from
the frontend stream-interface.
src/frontend.c