http://bugs.winehq.org/show_bug.cgi?id=10648
Summary: Async WSASend does not send all bytes. Product: Wine Version: 0.9.5. Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: test AssignedTo: wine-bugs@winehq.org ReportedBy: marius@scimore.com
On Server sending 1500 bytes with non-blocked WSASend and 2 WSABUFFERS will transfer only 1452 bytes. On client WSARecv called again will be blocked and does not receive the the remaining bytes.
The completion port receives event on transfered 1452 bytes, and there is no more followed events on transfered the last 8 bytes.
OS: Ubuntu 7.10