]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connection: replace conn_prepare with conn_assign
authorWilly Tarreau <w@1wt.eu>
Mon, 14 Oct 2013 17:46:29 +0000 (19:46 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:23 +0000 (15:40 +0100)
commit37213433a827848e6483cd9e899fa38f2334060f
treede3d64d928174d7fb444f5d2c733ef7175273f9a
parent4bd33a9e15bf531fcb5a7c7b3ab0fb26efd40dc4
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().
include/proto/connection.h
include/proto/stream_interface.h
src/checks.c
src/session.c