On Fri, 6 Sep 2024 18:01:27 +0900
Takashi Yano wrote:
> On Thu, 5 Sep 2024 17:38:11 +0200
> Corinna Vinschen wrote:
> > I think you should push your original patch to the 3.5 branch for now,
> > and we test the big change in the main branch first.
> 
> Sounds reasonable. I'll submit a v2 patch for 3.5 branch:
> [PATCH v2] Cygwin: pipe: Restore blocking mode of read pipe on close()
> and v2 patch for 3.6 branch:
> [PATCH v2] Cygwin: pipe: Switch pipe mode to blocking mode by defaut

[PATCH v3] Cygwin: pipe: Switch pipe mode to blocking mode by defaut
- Use NtQueryInformationFile(FilePipeLocalInformation) instead of
  PeekNamedPipe(). This make raw_read() faster a bit.

-- 
Takashi Yano <takashi.y...@nifty.ne.jp>

Reply via email to