http://bugs.winehq.org/show_bug.cgi?id=58526
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Keywords| |download Summary|GetQueuedCompletionStatus |Hung up socket should |bug |terminate async recvs with | |an error Ever confirmed|0 |1 Component|-unknown |winsock
--- Comment #13 from Zeb Figura z.figura12@gmail.com --- Okay, yeah, it has nothing to do with completion ports per se, it's that when the remote end of a socket is closed, recv() should terminate with an error, but we're terminating with success. I'm kind of baffled that this is neither tested nor has ever come up before.