]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] acl: set types on all currently known ACL verbs
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Jul 2008 17:31:03 +0000 (19:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Jul 2008 17:31:03 +0000 (19:31 +0200)
commit0ceba5af74e61b0da468c88b57e2410ae8a72026
tree86a29be4bcec1717002f989ea097ef57514e9b2d
parenta9802633d88ddd08cbaa0bee1a86d3849bc2e4a8
[MEDIUM] acl: set types on all currently known ACL verbs

All currently known ACL verbs have been assigned a type which makes
it possible to detect inconsistencies, such as response values used
in request rules.
include/types/acl.h
src/acl.c
src/backend.c
src/client.c
src/proto_http.c
src/proto_tcp.c