]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream/applet: add use-service action
authorThierry FOURNIER <tfournier@arpalert.org>
Sun, 27 Sep 2015 17:29:33 +0000 (19:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 27 Sep 2015 23:03:48 +0000 (01:03 +0200)
commit5a363e71b25eaa1cd5fab8d9532bcbb838140605
tree631b9ce9dc43b1f0ab13fcbf9d304a84f95135fe
parent1245a8318a028c5e5997ef31c7b7b485faadfc68
MINOR: stream/applet: add use-service action

This new target can be called from the frontend or the backend. It
is evaluated just before the backend choice and just before the server
choice. So, the input stream or HTTP request can be forwarded to a
server or to an internal service.
include/proto/stream.h
include/types/action.h
include/types/applet.h
src/stream.c