haproxy/include
Willy Tarreau b97f3b1abf MINOR: connection: add conn_new() / conn_free()
conn_new() will be a more convenient way of allocating and initializing
a connection. It calls pool_alloc2() and conn_init() upon success.

conn_free() is just a pool_free2() but is provided for symmetry with
conn_new().
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 MINOR: connection: add conn_new() / conn_free() 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