-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't pipe #3
Comments
pipes are broken in ~0.6.1x, fixed in nodejs/master. |
Maybe look into using |
$ echo '{ foo: "bar" }' | cdir ^ pure pwnage Closes heapwolf#3.
On node v0.8.6 anytime I pipe data into cdir I get: Assertion failed: (!!(events & UV__IO_READ) ^ !!(events & UV__IO_WRITE)), function uv__stream_io, file ../deps/uv/src/unix/stream.c, line 732. |
@chewbranca That's a bug in node. See nodejs/node-v0.x-archive#3072. Go make some noise over at that issue if you want to see it fixed. |
@TooTallNate thanks for the quick response. I'll post on the other issue as I'm anxious to be able to pipe curl requests into cdir! |
Do you expect users to be able to pipe?
The text was updated successfully, but these errors were encountered: