haproxy/include
Willy Tarreau c1b10d38d7 MEDIUM: actions: add new flag ACT_FLAG_FINAL to notify about last call
This new flag indicates to a custom action that it must not yield because
it will not be called anymore. This addresses an issue introduced by commit
bc4c1ac ("MEDIUM: http/tcp: permit to resume http and tcp custom actions"),
which made it possible to yield even after the last call and causes Lua
actions not to be stopped when the session closes. Note that the Lua issue
is not fixed yet at this point. Also only TCP rules were handled, for now
HTTP rules continue to let the action yield since we don't know whether or
not it is a final call.
2015-09-27 11:04:06 +02:00
..
common DEBUG: add p_malloc() to return a poisonned memory area 2015-09-26 01:28:43 +02:00
import MAJOR: tproxy: remove support for cttproxy 2015-08-20 19:35:14 +02:00
proto MINOR: http: split initialization 2015-09-25 23:39:48 +02:00
types MEDIUM: actions: add new flag ACT_FLAG_FINAL to notify about last call 2015-09-27 11:04:06 +02:00