]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http: make resp_ver and status ACLs check for the presence of a response
authorWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2012 07:33:14 +0000 (08:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 14 Dec 2012 07:35:45 +0000 (08:35 +0100)
commitf26b252ee4190415d80363a9487477ee476184b0
tree80936b379a72de66d66a06683ca6f623cc7f4c0c
parent39ebef82aae86976fc5e1bc293bcb677a064d3ee
MINOR: http: make resp_ver and status ACLs check for the presence of a response

The two ACL fetches "resp_ver" and "status", if used in a request despite
the warning, would return a match of zero length. This is inappropriate,
better return a non-match to be more consistent with other ACL processing.
src/proto_http.c