]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: proxy: Remove the unused list of block rules
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 17 Jul 2019 13:19:51 +0000 (15:19 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 19 Jul 2019 07:24:12 +0000 (09:24 +0200)
commit8c3b63ae1d208d0fc8118f31feacf0f5ee1b075e
tree012b3fd55e47f56a72128fbcdb06e2acaa46bffb
parenta6a56e64836da30a7721be041f945617ece9099a
MINOR: proxy: Remove the unused list of block rules

The keyword "block" is now unsupported. So the list of block rules is now
unused. It can be safely removed from the structure proxy.
include/types/proxy.h
src/cfgparse-listen.c
src/cfgparse.c
src/proxy.c