]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: connection: make conn_sock_drain() use the control layer's ->drain()
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 15:20:34 +0000 (16:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 15:26:01 +0000 (16:26 +0100)
commit2ded48dd27c2c57128921ae94d0b2a68162719e8
treed38f863f9f5203a2e7ebb0809ccd35f1700a0363
parent427c846cc97d9b3994541a36b91a91c4e57112fe
MINOR: connection: make conn_sock_drain() use the control layer's ->drain()

Now we don't touch the fd anymore there, instead we rely on the ->drain()
provided by the control layer. As such the function was renamed to
conn_ctrl_drain().
include/haproxy/connection.h
src/connection.c
src/mux_pt.c
src/ssl_sock.c
src/tcp_act.c