MINOR: mux-fcgi: Rely on client addresses at stream level to set default params
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Oct 2021 05:56:51 +0000 (07:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 09:34:21 +0000 (11:34 +0200)
commit568008d19917d1426cb6228df37d9f3c189b4968
treeba97e1fd4affca85fdad5d73abe0fa509c579ab7
parent6fc817a28e486cf8732e3912a85669734344f93b
MINOR: mux-fcgi: Rely on client addresses at stream level to set default params

Client source and destination addresses at stream level are now used to emit
SERVER_NAME/SERVER_PORT and REMOTE_ADDR/REMOTE_PORT parameters. For now,
stream-interface addresses are never set. So, thanks to the fallback
mechanism, no changes are expected with this patch. But its purpose is to
rely on addresses at the stream level, when set, instead of those at the
connection level.
src/mux_fcgi.c