[PATCH v3] Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.

Ken Brown kbrown@cornell.edu
Tue Nov 16 20:28:03 GMT 2021


On 11/16/2021 9:33 AM, Takashi Yano wrote:
> - NtReadFile() and NtWriteFile() seems to return STATUS_PENDING
>    occasionally even in nonblocking mode. This patch adds handling
>    for STATUS_PENDING in nonblocking mode.

I haven't tested (I assume you have), but LGTM except for two typos below.

> +- Fix issue that pipe read()/write() occationally returns a garnage
                                        occasionally           garbage

Ken


More information about the Cygwin-patches mailing list