]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acl: get rid of the SET_RES flags
authorWilly Tarreau <w@1wt.eu>
Mon, 23 Apr 2012 17:18:42 +0000 (19:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:15 +0000 (20:57 +0200)
commit197e10aaae6194bb37d3c128fd8ea60964994ece
tree2e648fe8abd43232591aa29890e603cdf4f0e099
parentf853c46bc3fb3a14629157c545dc31ca55636c3c
MEDIUM: acl: get rid of the SET_RES flags

We now simply rely on a boolean result from a fetch to declare a match.
Booleans are not compared against patterns, they fix the result.
include/types/pattern.h
src/acl.c
src/backend.c
src/proto_http.c