commit | b58f62b316ce28539506a5c0aadde7c19d464c3f | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 13 16:40:13 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:46 2020 +0100 |
tree | d360fd1ff78af4d6f83f82abe7617ab9cbbfe0a6 | |
parent | 76edc0f29c944f3dc721fb7655242a1bf98f835d [diff] |
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.