]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: remove the definitions of conn_xprt_{stop,want}_{send,recv}
authorWilly Tarreau <w@1wt.eu>
Fri, 21 Feb 2020 08:58:29 +0000 (09:58 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 21 Feb 2020 10:21:12 +0000 (11:21 +0100)
commit5d4d1806dba56f39ebae5944972ab2fd2440b7e2
treed60a38cd3d4571d5a41c649607efadfab7076a5d
parentd1d14c3157aae39cc60a56897335a2b01c95bd5a
CLEANUP: connection: remove the definitions of conn_xprt_{stop,want}_{send,recv}

This marks the end of the transition from the connection polling states
introduced in 1.5-dev12 and the subscriptions in that arrived in 1.9.
The socket layer can now safely use its FD while all upper layers rely
exclusively on subscriptions. These old functions were removed. Some may
deserve some renaming to improved clarty though. The single call to
conn_xprt_stop_both() was dropped in favor of conn_cond_update_polling()
which already does the same.
include/proto/connection.h
src/connection.c