]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: connections: Remove CONN_FL_SOCK*
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 28 May 2019 08:12:02 +0000 (10:12 +0200)
committerOlivier Houchard <cognet@ci0.org>
Wed, 5 Jun 2019 16:03:38 +0000 (18:03 +0200)
commit03abf2d31e1afc4fcb09f4490295437e7594c15f
tree399651cf9ff90967515ffabdeb2eccc52bd94dcb
parentfe50bfb82c0ee93eec7dc896097c3705b21ec0cd
MEDIUM: connections: Remove CONN_FL_SOCK*

Now that the various handshakes come with their own XPRT, there's no
need for the CONN_FL_SOCK* flags, and the conn_sock_want|stop functions,
so garbage-collect them.
include/proto/connection.h
include/types/connection.h
src/connection.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_uxst.c
src/raw_sock.c
src/ssl_sock.c
src/stream_interface.c