commit | d02cdd23be5f742408082bb04d4a387ee3b3b473 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sun Dec 15 10:23:20 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Dec 16 02:23:52 2013 +0100 |
tree | 7f294a504a1ed52d74c87166a1a8bd72593012cd | |
parent | ed179854c07382c87cbdd30a243703ab9081496a [diff] |
MINOR: connection: add simple functions to report connection readiness 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.