]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: action: add a new flag ACT_FLAG_FIRST
authorWilly Tarreau <w@1wt.eu>
Sun, 27 Sep 2015 21:34:39 +0000 (23:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 27 Sep 2015 21:34:39 +0000 (23:34 +0200)
commitacc980036fd6fe4106390eb9cd213f676110c4a4
treed7e113ac623d0946841e3345743056cda116733b
parent7c39ab4ac275e84c6a4244bcc9de1cb578fd82e5
MEDIUM: action: add a new flag ACT_FLAG_FIRST

This flag is used by custom actions to know that they're called for the
first time. The only case where it's not set is when they're resuming
from a yield. It will be needed to let them know when they have to
allocate some resources.
include/types/action.h
src/proto_http.c
src/proto_tcp.c