]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: session: check for a connection to an applet in sess_prepare_conn_req()
authorWilly Tarreau <w@1wt.eu>
Sat, 30 Nov 2013 08:06:53 +0000 (09:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:22 +0000 (15:40 +0100)
commitd84fb5e60f9ab943b2d3b0080ad9b1acf56ef8f0
tree243f692c8198f91940f9533b037be2903ac0aec3
parent7584b27956df8ea9a5920ac271799b1b78390620
MAJOR: session: check for a connection to an applet in sess_prepare_conn_req()

Instead of having applets bypass the whole connection process, we now
follow the common path through sess_prepare_conn_req(). It is this
function which detects an applet an sets the output state so SI_ST_EST
instead of initiating a connection to a server. It is made possible
because we now have s->target pointing to the applet.
src/session.c