mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-26 16:51:00 +02:00
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.