]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: acl: use temp_pattern to store fetched information in the "method" match
authorWilly Tarreau <w@1wt.eu>
Fri, 16 Dec 2011 14:38:49 +0000 (15:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 30 Dec 2011 16:33:25 +0000 (17:33 +0100)
commit8e5e955c5080c621aac3854f8506cb8966d517ab
tree71ae8e56b0a0d646263b3eee325d339cbadb29af
parent1ded605ad5e7a16dbd68463504c70acbd4887e5d
MEDIUM: acl: use temp_pattern to store fetched information in the "method" match

This match was using both the int and ptr part of the acl_test struct. Let's
change this to be able to store it into a chunk with a special encoding.
src/proto_http.c