]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: use fd_stop_both() instead of conn_stop_polling()
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 08:56:53 +0000 (09:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 08:56:53 +0000 (09:56 +0100)
commit5a1d439225f803654d512d3317496b802a909c77
tree7a966557bc184381a77dcc265a33285f6876f082
parente3e1e5f34b75237e7428a314838a58d2d2adcb9e
CLEANUP: connection: use fd_stop_both() instead of conn_stop_polling()

conn_stop_polling() in fact only calls fd_stop_both() after checking
that the ctrl layer is ready. It's the case in conn_fd_check() so
let's get rid of this next-to-last user of this function.
src/connection.c