haproxy/include
Christopher Faulet cd26e8a2ec MINOR: http-rules/tcp-rules: Call the defined action function first if defined
When TCP and HTTP rules are evaluated, if an action function (action_ptr field
in the act_rule structure) is defined for a given action, it is now always
called in priority over the test on the action type. Concretly, for now, only
custom actions define it. Thus there is no change. It just let us the choice to
extend the action type beyond the existing ones in the enum.
2020-01-20 15:18:45 +01:00
..
common BUG/MAJOR: hashes: fix the signedness of the hash inputs 2020-01-16 08:23:42 +01:00
import
proto MINOR: actions: Regroup some info about HTTP rules in the same struct 2020-01-20 15:18:45 +01:00
types MINOR: http-rules/tcp-rules: Call the defined action function first if defined 2020-01-20 15:18:45 +01:00