]> git.kaiwu.me - haproxy.git/commit
MEDIUM: acl: Last patch change the output type
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 6 Dec 2013 14:36:54 +0000 (15:36 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Dec 2013 14:42:11 +0000 (15:42 +0100)
commite3ded59706cd8ad6d4739ab94c67be886ab61b58
tree75d533d9f64d8a4229479a69f09602074308847e
parentcc0e0b3dbbb09906daee933b845d120e46ae1747
MEDIUM: acl: Last patch change the output type

This patch remove the compatibility check from the input type and the
match method. Now, it checks if a casts from the input type to output
type exists and the pattern_exec_match() function apply casts before
each pattern matching.
doc/configuration.txt
include/proto/sample.h
include/types/pattern.h
src/acl.c
src/pattern.c