]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Feb 2010 09:43:44 +0000 (10:43 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Feb 2010 09:43:44 +0000 (10:43 +0100)
commit9cc670f7d9b5e982cc046772c2eb080df1fb542f
treead312b24f5a6355fcdbcf2324e9c255c71adae86
parent5142594dea58a8898bae859960a03e5db6f709c5
[CLEANUP] config: use build_acl_cond() to simplify http-request ACL parsing

Now that we have this new function to make your life better, use it.
include/proto/auth.h
src/auth.c
src/cfgparse.c