commit | 74f67af8d49b623bb9b96a170705613ad6815eb4 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Mon Dec 16 13:07:14 2019 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Jan 20 15:18:45 2020 +0100 |
tree | 0eca136eddf69a3aa0c70fadf91128ad32000bb3 | |
parent | 282992e25fbd0d46275ea26a01c6323e44803527 [diff] |
MINOR: http-rules: Handle denied/aborted/invalid connections from HTTP rules The new possible results for a custom action (deny/abort/invalid) are now handled during HTTP rules evaluation. These codes are mapped on HTTP rules ones : * ACT_RET_DENY => HTTP_RULE_RES_DENY * ACT_RET_ABRT => HTTP_RULE_RES_ABRT * ACT_RET_INV => HTTP_RULE_RES_BADREQ For now, no custom action uses these new codes.