CLEANUP: connection: remove the unneeded fd_stop_{recv,send} on read0/shutw
authorWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 12:56:12 +0000 (13:56 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 11 Dec 2020 12:56:12 +0000 (13:56 +0100)
commit3a9e56478e358be44fb5258cad4463bed97360fe
tree5106b8f19d4d8abba9b1e7f3c74c3d8cd0f391c8
parent3ec094b09dea7fcf540686af7cc598bf58003a3c
CLEANUP: connection: remove the unneeded fd_stop_{recv,send} on read0/shutw

These are two other areas where this fd_stop_recv()/fd_stop_send() makes no
sense anymore. Both happen by definition while the FD is *not* subscribed,
since nowadays it's subscribed after failing recv()/send(), in which case
we cannot close.
include/haproxy/connection.h