commit | 6fc817a28e486cf8732e3912a85669734344f93b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Oct 25 07:48:27 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 27 11:34:21 2021 +0200 |
tree | 24f8c73fb72ed0417b1abbee59218da192caa6c2 | |
parent | 8a104ba3e01b39a05aef536dcefb1d65e837ded5 [diff] |
MINOR: http-fetch: Rely on addresses at stream level in HTTP sample fetches Client source and destination addresses at stream level are now used to compute base32+src and url32+src hashes. 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.