]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: use the standard arg parser
authorWilly Tarreau <w@1wt.eu>
Fri, 20 Apr 2012 12:45:49 +0000 (14:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:13 +0000 (20:57 +0200)
commit9fcb984b174671d6913b3c4698847a3d33b063d2
tree689a6182fc8f5e1c3463e5dd384a5eefe468f98d
parentf995410355dcc8ba83b472c22a7c57fd608b28f2
MEDIUM: pattern: use the standard arg parser

We don't need the pattern-specific args parsers anymore, make use of the
common parser instead. We still need to improve this by adding a validation
function to report abnormal argument values or combinations. We don't report
precise parsing errors yet but this was not previously done either.
include/proto/pattern.h
include/types/pattern.h
src/pattern.c
src/proto_http.c
src/proto_tcp.c