commit | 3a9e56478e358be44fb5258cad4463bed97360fe | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Dec 11 13:56:12 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Dec 11 13:56:12 2020 +0100 |
tree | 5106b8f19d4d8abba9b1e7f3c74c3d8cd0f391c8 | |
parent | 3ec094b09dea7fcf540686af7cc598bf58003a3c [diff] |
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.