commit | 568008d19917d1426cb6228df37d9f3c189b4968 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 25 07:56:51 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 11:34:21 2021 +0200 |
tree | ba97e1fd4affca85fdad5d73abe0fa509c579ab7 | |
parent | 6fc817a28e486cf8732e3912a85669734344f93b [diff] |
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.