commit | 9fcb984b174671d6913b3c4698847a3d33b063d2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Apr 20 14:45:49 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue May 08 20:57:13 2012 +0200 |
tree | 689a6182fc8f5e1c3463e5dd384a5eefe468f98d | |
parent | f995410355dcc8ba83b472c22a7c57fd608b28f2 [diff] |
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.