]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: http-rules: Update txn flags and status when a deny rule is executed
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 13 Jan 2020 15:40:13 +0000 (16:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 20 Jan 2020 14:18:46 +0000 (15:18 +0100)
commitb58f62b316ce28539506a5c0aadde7c19d464c3f
treed360fd1ff78af4d6f83f82abe7617ab9cbbfe0a6
parent76edc0f29c944f3dc721fb7655242a1bf98f835d
MINOR: http-rules: Update txn flags and status when a deny rule is executed

When a deny rule is executed, the flag TX_CLDENY and the status code are set on
the HTTP transaction. Now, these steps are handled by the code executing the
deny rule. So into http_req_get_intercept_rule() for the request and
http_res_get_intercept_rule() for the response.
src/http_ana.c