mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-03-24 16:32:07 +01: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.