]> git.kaiwu.me - haproxy.git/commit
MINOR: flt_http_comp: define and use proxy_get_comp() helper function
authorAurelien DARRAGON <adarragon@haproxy.com>
Thu, 5 Mar 2026 18:00:09 +0000 (19:00 +0100)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 6 Mar 2026 12:55:24 +0000 (13:55 +0100)
commit9549b05b9477ff0e147bcc1fa0cb21ac562efac6
tree12de7488aaa8c5b0501327030be7e018d5e9f10b
parent5e14904fef4856372433fc5b7e8d3de9450ec1b5
MINOR: flt_http_comp: define and use proxy_get_comp() helper function

proxy_get_comp() function can be used to retrieve proxy->comp options or
allocate and initialize it if missing

For now, it is solely used by parse_compression_options(), but the goal is
to be able to use this helper from multiple origins.
src/flt_http_comp.c