]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: acl: remove fetch argument validation from the ACL struct
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Jan 2013 16:06:15 +0000 (17:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 3 Apr 2013 00:12:59 +0000 (02:12 +0200)
commit9baae63d8d20067f97a7263e6317639e09fef800
treec3f4b2739dcaea8457b2ecd06c9965d44f1568a1
parentc48c90dfa5ea4f3b12e0149df299b20855591c0c
MAJOR: acl: remove fetch argument validation from the ACL struct

ACL fetch being inherited from the sample fetch keyword, we don't need
anymore to specify what function to use to validate the fetch arguments.

Note that the job is still done in the ACL parsing code based on elements
from the sample fetch structs.
include/types/acl.h
src/acl.c
src/payload.c
src/proto_http.c