server: Remove the socket from the polling loop if both it and the peer have SHUT_WR.
commit361435f6095f8c759979600b06ed28785e7b3aec
authorZebediah Figura <zfigura@codeweavers.com>
Mon, 26 Jul 2021 16:53:44 +0000 (26 11:53 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 26 Jul 2021 18:14:14 +0000 (26 20:14 +0200)
tree4c86167e90727466f517bbef6f0fea0952a415ec
parentec07f285e2e71f1c3696989d9f05faf4dc87cdae
server: Remove the socket from the polling loop if both it and the peer have SHUT_WR.

Based on a patch by Torge Matthies.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51319
Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
server/sock.c