]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: Store monitor_uri as a `struct ist`
authorTim Duesterhus <tim@bastelstu.be>
Fri, 4 Mar 2022 23:52:40 +0000 (00:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 9 Mar 2022 06:51:27 +0000 (07:51 +0100)
commit4b1fcaaee35f38f6e34b0a04823402bb8501cb7a
treed4ac057438d8efba184c99f7b267321608a6ec4a
parent5ce1299c643543c9b17b4124b299feb3caf63d9e
MINOR: proxy: Store monitor_uri as a `struct ist`

The monitor_uri is already processed as an ist in `http_wait_for_request`, lets
also just store it as such.

see 0643b0e7e ("MINOR: proxy: Make `header_unique_id` a `struct ist`") for a
very similar past commit.
include/haproxy/proxy-t.h
src/cfgparse-listen.c
src/http_ana.c
src/proxy.c