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

2021-11-16 Thread Takashi Yano
On Tue, 16 Nov 2021 12:18:47 +0900 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. > > Addresses: >

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

2021-11-15 Thread Takashi Yano
- NtReadFile() and NtWriteFile() seems to return STATUS_PENDING occasionally even in nonblocking mode. This patch adds handling for STATUS_PENDING in nonblocking mode. Addresses: https://cygwin.com/pipermail/cygwin/2021-November/249910.html --- winsup/cygwin/fhandler_pipe.cc | 10