node-stream-spigot
node-stream-spigot copied to clipboard
Tests fail in 0.11
Investigating...
# tests 12
# pass 1
# fail 11
Changing it to force use of http://npm.im/readable-stream vs core stream.Readable if available fixes the issue but I'd like to investigate what the difference is there.
Ugh, ok this breaks because of this PR. I am not a fan of this change.
https://github.com/joyent/node/pull/7856
Fixed for now by only using readable-stream
to avoid inconsistencies in core.