commit | 49c2a707ce06f73a14addccc93cf403d13c15371 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 06 15:44:37 2020 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Mar 06 15:44:38 2020 +0100 |
tree | b5ff56f89e615e8a011b008d5cda0a292d8c673d | |
parent | ddc005ae5783b6479292156b97db7b6fbdabf6a3 [diff] |
BUG/MINOR: http-rules: Abort transaction when a redirect is applied on response In the same way than for the request, when a redirect rule is applied the transction is aborted. This must be done returning HTTP_RULE_RES_ABRT from http_res_get_intercept_rule() function. No backport needed because on previous versions, the action return values are not handled the same way.