gatzka / cio

An ANSI C Conformant I/O Library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not assume that request for overlapped IO always yields to an overlapped operation.

gatzka opened this issue · comments

If ReadFile / WriteFile or WSARecv / WSASend do not return an error, always call the callback handler directly.