haproxy/include
Willy Tarreau 7abddb5c67 MINOR: connection: replace conn_assign with conn_attach
We don't want to assign the control nor transport layers anymore
at the same time as the data layer, because it prevents one from
keeping existing settings when reattaching a connection to an
existing stream interface.

Let's have conn_attach() replace conn_assign() for this purpose.

Thus, conn_prepare() + conn_attach() do exactly the same as the
previous conn_assign().
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
proto MINOR: connection: replace conn_assign with conn_attach 2013-12-09 15:40:23 +01:00
types MAJOR: connection: add two new flags to indicate readiness of control/transport 2013-12-09 15:40:23 +01:00