node-pullstream icon indicating copy to clipboard operation
node-pullstream copied to clipboard

A node.js stream you can pull data from.

Results 4 node-pullstream issues
Sort by recently updated
recently updated
newest added

$ tap test not ok test/pullStreamTest.js ........................... 0/1 Command: "node" "pullStreamTest.js" TAP version 13 not ok 1 test/pullStreamTest.js --- exit: 143 timedOut: true command: "node" "pullStreamTest.js" ... ``` 1..1 #...

https://github.com/EvanOxfeld/node-pullstream/blob/master/pullstream.js#L46 calls self.read() if len is not set. Node docs http://nodejs.org/api/stream.html#stream_readable_stream says, "If you do not specify a size argument, then it will return all the data in the internal...