commit | 4b1fcaaee35f38f6e34b0a04823402bb8501cb7a | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Sat Mar 05 00:52:40 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Mar 09 07:51:27 2022 +0100 |
tree | d4ac057438d8efba184c99f7b267321608a6ec4a | |
parent | 5ce1299c643543c9b17b4124b299feb3caf63d9e [diff] |
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.