haproxy/include
Willy Tarreau 37213433a8 MEDIUM: connection: replace conn_prepare with conn_assign
Everywhere conn_prepare() is used, the call to conn_init() has already
been done. We can now safely replace all instances of conn_prepare()
with conn_assign() which does not reset the transport layer, and remove
conn_prepare().
2013-12-09 15:40:23 +01:00
..
common MINOR: tools: function my_memmem() to lookup binary contents 2013-12-06 11:50:47 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: connection: replace conn_prepare with conn_assign 2013-12-09 15:40:23 +01:00
types MEDIUM: session: attach incoming connection to target on embryonic sessions 2013-12-09 15:40:22 +01:00