Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

stdio pipes should not be read-only #3492

Closed
piscisaureus opened this issue Jun 19, 2012 · 3 comments
Closed

stdio pipes should not be read-only #3492

piscisaureus opened this issue Jun 19, 2012 · 3 comments
Labels

Comments

@piscisaureus
Copy link

Instead, make them duplex or make this configurable

@bnoordhuis
Copy link
Member

You mean use socketpair() instead of pipe() to create the file descriptors? Or is this a Windows-only issue?

@piscisaureus
Copy link
Author

@bnoordhuis The problem is that node sets the .readable property to false.

@chrisdickinson
Copy link

Closing this in favor of more recent issues + pull requests with more context.

#7941
#8349
#8417

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants