commit | 37213433a827848e6483cd9e899fa38f2334060f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Oct 14 19:46:29 2013 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 09 15:40:23 2013 +0100 |
tree | de3d64d928174d7fb444f5d2c733ef7175273f9a | |
parent | 4bd33a9e15bf531fcb5a7c7b3ab0fb26efd40dc4 [diff] |
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().