]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: actions: Add standard return code for the action API
authorThierry FOURNIER <tfournier@arpalert.org>
Thu, 6 Aug 2015 06:52:53 +0000 (08:52 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Aug 2015 15:13:47 +0000 (17:13 +0200)
commit24ff6c6fce1a2b367fda9ff79f249220d5152c79
treec1604c363939459b5fcc355f958a35d8f686424c
parent0ea5c7fafa2b996a7524a6709099df73c85540de
MEDIUM: actions: Add standard return code for the action API

Action function can return 3 status:
 - error if the action encounter fatal error (like out of memory)
 - yield if the action must terminate his work later
 - continue in other cases
include/types/action.h
src/hlua.c
src/proto_http.c
src/proto_tcp.c
src/vars.c