haproxy/include
Thierry FOURNIER 42148735bc MEDIUM: actions: remove ACTION_STOP
Before this patch, two type of custom actions exists: ACT_ACTION_CONT and
ACT_ACTION_STOP. ACT_ACTION_CONT is a non terminal action and ACT_ACTION_STOP is
a terminal action.

Note that ACT_ACTION_STOP is not used in HAProxy.

This patch remove this behavior. Only type type of custom action exists, and it
is called ACT_CUSTOM. Now, the custion action can return a code indicating the
required behavior. ACT_RET_CONT wants that HAProxy continue the current rule
list evaluation, and ACT_RET_STOP wants that HAPRoxy stops the the current rule
list evaluation.
2015-09-02 18:36:38 +02:00
..
common CLEANUP: appsession: remove the last include files 2015-08-10 19:42:30 +02:00
import MAJOR: tproxy: remove support for cttproxy 2015-08-20 19:35:14 +02:00
proto MINOR: http: Action for manipulating the returned status code. 2015-08-27 14:29:44 +02:00
types MEDIUM: actions: remove ACTION_STOP 2015-09-02 18:36:38 +02:00