]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: server: move send-proxy* incompatibility check in _srv_check_proxy_mode()
authorAurelien DARRAGON <adarragon@haproxy.com>
Fri, 27 Jun 2025 10:03:30 +0000 (12:03 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 27 Jun 2025 14:41:13 +0000 (16:41 +0200)
commitc7c6d8d2952c43af10b511bbb2b2aa790412f0d8
treebc8eb296ec0f6f0a29d0ca4dacb2f4a1bb0413f8
parent14d68c2ff7fc0ae17594880abf08740e84c5aeb3
MINOR: server: move send-proxy* incompatibility check in _srv_check_proxy_mode()

This way the check is executed no matter the section where the server
is declared (ie: not only under the "ring" section)
src/server.c
src/sink.c