]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: remove deprecated "bind-process" directives from frontends
authorWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 15:14:40 +0000 (17:14 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 15 Jul 2022 17:41:26 +0000 (19:41 +0200)
commit94f763b5e4b2aafd2c6d65f074fdc28735556f25
tree2e57da1ffc4ddb33fb35f1c1937ca4a9caedf59b
parent91f7a1af340719d3150bb1f46543e8c42d541af4
MEDIUM: config: remove deprecated "bind-process" directives from frontends

This was already causing a deprecation warning and was marked for removal
in 2.7, now it happens. An error message indicates this doesn't exist
anymore.
doc/configuration.txt
src/cfgparse-listen.c
src/cli.c