commit | 8a104ba3e01b39a05aef536dcefb1d65e837ded5 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 25 07:41:30 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 11:34:21 2021 +0200 |
tree | 962e7ffd043d0427683d1eb80a9d90ec4b8cc506 | |
parent | c269f664bd07202b0879c16a2cc492ccd153d2e5 [diff] |
MINOR: http-ana: Rely on addresses at stream level to set xff and xot headers Client source and destination addresses at stream level are now used to emit X-Forwarded-For and X-Original-To headers. 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.