commit | 016255a483f28190ae5ba5652d6db7e16b5d222d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Feb 12 08:40:29 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 12 16:23:46 2021 +0100 |
tree | b74c059031d6225db06f0cd2f378669dcef98472 | |
parent | b2ec994523067bc03c0e631e4f5d4ba8dae02cb9 [diff] |
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.