commit | 4d90db5f4c39764c1e071921fac6b271c0e4899d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 16 12:22:05 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:45 2020 +0100 |
tree | 76f72a22eabc450eb8b902115acb661709757840 | |
parent | b8a5371a3229ea2b17fa695dd6d654b9433a7828 [diff] |
MINOR: http-rules: Add a rule result to report internal error Now, when HTTP rules are evaluated, HTTP_RULE_RES_ERROR must be returned when an internal error is catched. It is a way to make the difference between a bad request or a bad response and an error during its processing.