REORG: connection: move tcp_connect_probe() to conn_fd_check()
authorWilly Tarreau <w@1wt.eu>
Fri, 27 Dec 2019 09:40:21 +0000 (10:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 Dec 2019 15:38:43 +0000 (16:38 +0100)
commit4970e5adb7235758951e5300f0887c9b792d5606
tree1c68a1ed545fc1424a2dd4d89df70f18e882d855
parent7deff246ce98ece3f331c203861e70c9ee4340da
REORG: connection: move tcp_connect_probe() to conn_fd_check()

The function is not TCP-specific at all, it covers all FD-based sockets
so let's move this where other similar functions are, in connection.c,
and rename it conn_fd_check().
include/proto/connection.h
include/proto/proto_tcp.h
src/connection.c
src/proto_tcp.c