]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern/acl: get rid of temp_pattern in ACLs
authorWilly Tarreau <w@1wt.eu>
Mon, 23 Apr 2012 16:53:56 +0000 (18:53 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:14 +0000 (20:57 +0200)
commitf853c46bc3fb3a14629157c545dc31ca55636c3c
tree1383a56eb61e50ba65c726ed74541289719dd429
parent3740635b88b257efa204a854750a931825271092
MEDIUM: pattern/acl: get rid of temp_pattern in ACLs

This one is not needed anymore as we can return the data and its type in the
sample provided by the caller. ACLs now always return the proper type. BOOL
is already returned when the result is expected to be processed as a boolean.

temp_pattern has been unexported now.
include/proto/pattern.h
src/acl.c
src/backend.c
src/frontend.c
src/pattern.c
src/proto_http.c
src/proto_tcp.c
src/protocols.c
src/session.c