]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: action: Add a functions to check http capture rules
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 18 Sep 2017 13:26:32 +0000 (15:26 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 10:36:12 +0000 (11:36 +0100)
commit29730ba570f17790193ede6dbf9edb259b434f3b
tree1ca6cc1f86245f7970167732ea61d3c5efb235e4
parent78880fb1968d82dadb2b3b08305ae71f780e702a
MINOR: action: Add a functions to check http capture rules

"check_http_req_capture" and "check_http_res_capture" functions have been added
to check validity of "http-request capture" and "http-response capture"
rules. Code for these functions come from cfgparse.c.
src/proto_http.c