haproxy/include
Willy Tarreau 3d80d911aa [MEDIUM] session: remove s->prev_srv which is not needed anymore
s->prev_srv is used by assign_server() only, but all code paths leading
to it now take s->prev_srv from the existing s->srv. So assign_server()
can do that copy into its own stack.

If at one point a different srv is needed, we still have a copy of the
last server on which we failed a connection attempt in s->target.
2011-03-10 23:32:16 +01:00
..
common [CLEANUP] hash: move the avalanche hash code globally available 2010-11-29 07:28:16 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [REORG] session: move the data_ctx struct to the stream interface's applet 2011-03-10 23:32:16 +01:00
types [MEDIUM] session: remove s->prev_srv which is not needed anymore 2011-03-10 23:32:16 +01:00