]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: Make `header_unique_id` a `struct ist`
authorTim Duesterhus <tim@bastelstu.be>
Thu, 5 Mar 2020 16:56:35 +0000 (17:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Mar 2020 18:58:22 +0000 (19:58 +0100)
commit0643b0e7e60278fecaed1ab05fe9ba1a7d6567a5
treeb39a2ab01b21b7b2ae8681d80c5e17d41087f736
parent9576ab76403f89e402062fd71e3a6dd1a385559f
MINOR: proxy: Make `header_unique_id` a `struct ist`

The `header_unique_id` member of `struct proxy` now is a `struct ist`.
include/types/proxy.h
src/cfgparse-listen.c
src/http_ana.c