]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: pattern: Each pattern sets the expected input type
authorThierry FOURNIER <tfournier@exceliance.fr>
Fri, 6 Dec 2013 15:56:40 +0000 (16:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Dec 2013 10:07:33 +0000 (11:07 +0100)
commitcc0e0b3dbbb09906daee933b845d120e46ae1747
tree395b35c1518769cb659b6b3696f635fb05905a29
parent2d4771ba17d5547e4d3c4a07441fee3783ce5a3f
MINOR: pattern: Each pattern sets the expected input type

This is used later for increasing the compability with incoming
sample types. When multiple compatible types are supported, one
is arbitrarily used (eg: UINT).
include/proto/pattern.h
include/types/pattern.h
src/pattern.c
src/proto_http.c