]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: connection: add a new CO_FL_CONNECTED flag
authorWilly Tarreau <wtarreau@exceliance.fr>
Mon, 23 Jul 2012 17:45:44 +0000 (19:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Sep 2012 19:53:09 +0000 (21:53 +0200)
commit8f8c92fe9357f9ef589e144042e1d1dba18c0bf1
treefde209d0233030979980f15b20a369a9133ed015
parent3c55ec20202c3d3f872498cf527fe288ad94b515
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.
include/types/connection.h
src/connection.c
src/proto_tcp.c
src/stream_interface.c