]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: proxy: rename "block_cond" to "block_rules"
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Apr 2014 20:05:31 +0000 (22:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Apr 2014 20:05:31 +0000 (22:05 +0200)
commit353bc9f43f428f23cf90230cfcf5d7b08522a973
tree5667f2177a40d5e829b27c70476557c64f01cb75
parent5bd6759a1931e416ee8f681871233312d893168b
CLEANUP: proxy: rename "block_cond" to "block_rules"

Next patch will make them real rules, not only conditions. This separate
patch makes the next one more readable.
include/types/proxy.h
src/cfgparse.c
src/haproxy.c
src/proto_http.c
src/proxy.c