mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 10:32:35 +02:00
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().