]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acl: use temp_pattern to store any integer-type information
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2011 16:06:15 +0000 (17:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Dec 2011 16:33:26 +0000 (17:33 +0100)
commita5e375646cf5cb07b9a6904e1771af0dddc70e7f
tree32b41a5ae8e89a744e5bae1a96092bab464c392b
parentb666bc7d51567ed0cb0620606fabbc396c0daedf
MEDIUM: acl: use temp_pattern to store any integer-type information

All ACL fetches which return integer value now store the result into
the temporary pattern struct. All ACL matches which rely on integer
also get their value there.

Note: the pattern data types are not set right now.
src/acl.c
src/backend.c
src/frontend.c
src/proto_http.c
src/proto_tcp.c
src/protocols.c
src/session.c