https://bugs.winehq.org/show_bug.cgi?id=42377
--- Comment #3 from Evgeniy Polyakov zbr@ioremap.net --- Created attachment 57162 --> https://bugs.winehq.org/attachment.cgi?id=57162 WINEDEBUG=+winsock ./grtest_server
This is the faulty line
WSASend: fd: 252, buf: {Len:24 Buf:0x5b62c000}, qty: 36, len: 24, o: {Internal:0 InternalHigh:24 Offset:0 OffsetHigh:0 HEvent:0}, e: <nil>, r1: 0, e1: 0
There is a number of times when WSASend() returned less bytes than the buffer size, but it should be ok, right?