]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: http: change the code returned by the response processing rule functions
authorThierry FOURNIER <tfournier@haproxy.com>
Wed, 25 Feb 2015 12:51:19 +0000 (13:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Feb 2015 22:12:33 +0000 (23:12 +0100)
commit9e2ef999a9df27a936f55b751d260ea5d01b8a6f
tree735dfefc3ed1b68f59d5bb87b57ece885c97973d
parent549aac8d0b32ddcd06ede62d103f9d304041a3ee
MEDIUM: http: change the code returned by the response processing rule functions

Actually, this function returns a pointer on the rule that stop
the evaluation of the rule list. Later we integrate the possibility
of interrupt and resue the processsing of some actions. The current
response mode is not sufficient to returns the "interrupt" information.

The pointer returned is never used, so I change the return type of
this function by an enum. With this enum, the function is ready to
return the "interupt" value.
src/proto_http.c