commit | 5ff0c64921493cf17691515532333fbea8a7c2e2 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue May 12 18:33:37 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed May 20 18:27:13 2020 +0200 |
tree | bf4a2ebf05d38ed57f6652765e6ecbd3e49bd543 | |
parent | b6ea17c6fc821deada308332111856967d9436b5 [diff] |
MINOR: http-rules: Use http_reply structure for http return rules No real change here. Instead of using an internal structure to the action rule, the http return rules are now stored as an http reply. The main change is about the action type. It is now always set to ACT_CUSTOM. The http reply type is used to know how to evaluate the rule.