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

The server_id_hdr_name is already processed as an ist in various locations 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/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/proxy.c