MEDIUM: acl: report parsing errors to the caller
authorWilly Tarreau <w@1wt.eu>
Fri, 27 Apr 2012 10:38:15 +0000 (12:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:20 +0000 (20:57 +0200)
commitb7451bb660446d637e8ed146f8ba8981c7af2acb
treefc9d2cd5d97a39243020327ee0c89a6cb770a77c
parent28376d62cbe15cae9cf5bc130ba52733abc1db5c
MEDIUM: acl: report parsing errors to the caller

All parsing errors were known but impossible to return. Now by making use
of memprintf(), we're able to build meaningful error messages that the
caller can display.
include/proto/acl.h
src/acl.c
src/cfgparse.c
src/proto_http.c
src/proto_tcp.c