]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-fetch: Rely on addresses at stream level in HTTP sample fetches
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 25 Oct 2021 05:48:27 +0000 (07:48 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 09:34:21 +0000 (11:34 +0200)
commit6fc817a28e486cf8732e3912a85669734344f93b
tree24f8c73fb72ed0417b1abbee59218da192caa6c2
parent8a104ba3e01b39a05aef536dcefb1d65e837ded5
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.
src/http_fetch.c