MINOR: http-rules: Use http_reply structure for http return rules
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 May 2020 16:33:37 +0000 (18:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 20 May 2020 16:27:13 +0000 (18:27 +0200)
commit5ff0c64921493cf17691515532333fbea8a7c2e2
treebf4a2ebf05d38ed57f6652765e6ecbd3e49bd543
parentb6ea17c6fc821deada308332111856967d9436b5
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.
include/types/action.h
src/http_act.c