Skip to content

Commit

Permalink
Merge branch 'revert-pipe-blocking-regression'
Browse files Browse the repository at this point in the history
 Fix hanging t3701-add-interactive in Git's test suite (git-for-windows#51)

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 5, 2024
2 parents f631c19 + b6f926a commit b73c390
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions winsup/cygwin/dtable.cc
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,6 @@ dtable::init_std_file_from_handle (int fd, HANDLE handle)
{
fhandler_pipe *fhp = (fhandler_pipe *) fh;
fhp->set_pipe_buf_size ();
/* Set read pipe always to nonblocking */
fhp->set_pipe_non_blocking (fhp->get_device () == FH_PIPER ?
true : fhp->is_nonblocking ());
}

if (!fh->open_setup (openflags))
Expand Down

0 comments on commit b73c390

Please sign in to comment.