]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: http-htx: defpx must be a const in proxy_dup_default_conf_errors()
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Feb 2021 07:40:29 +0000 (08:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Feb 2021 15:23:46 +0000 (16:23 +0100)
commit016255a483f28190ae5ba5652d6db7e16b5d222d
treeb74c059031d6225db06f0cd2f378669dcef98472
parentb2ec994523067bc03c0e631e4f5d4ba8dae02cb9
BUG/MINOR: http-htx: defpx must be a const in proxy_dup_default_conf_errors()

This is just an API bug but it's annoying when trying to tidy the code.
The default proxy passed in argument must be a const and not a variable.
No backport is needed as it only impacts new code.
include/haproxy/http_htx.h
src/http_htx.c