mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 06:12:45 +02:00
conn_xprt_ready() reports if the transport layer is ready. conn_ctrl_ready() reports if the control layer is ready. The stream interface uses si_conn_ready() to report that the underlying connection is ready. This will be used for connection reuse in keep-alive mode.