commit | d84fb5e60f9ab943b2d3b0080ad9b1acf56ef8f0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Nov 30 09:06:53 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:22 2013 +0100 |
tree | 243f692c8198f91940f9533b037be2903ac0aec3 | |
parent | 7584b27956df8ea9a5920ac271799b1b78390620 [diff] |
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.