commit | 8f8c92fe9357f9ef589e144042e1d1dba18c0bf1 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <wtarreau@exceliance.fr> | Mon Jul 23 19:45:44 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 02 21:53:09 2012 +0200 |
tree | fde209d0233030979980f15b20a369a9133ed015 | |
parent | 3c55ec20202c3d3f872498cf527fe288ad94b515 [diff] |
MAJOR: connection: add a new CO_FL_CONNECTED flag This new flag is used to indicate that the connection was already connected. It can be used by I/O handlers to know that a connection has just completed. It is used by stream_sock_update_conn(), allowing the sock_opt handlers not to manipulate the SI timeout nor the BF_WRITE_NULL flag anymore.