brianc 27bba8de04 Conform to readable stream spec
One of the tests was failing because it was testing that when a stream became readable it never returned a `null` datum on call to `stream.read()`.

In fact, when a readable stream drains it should & does return `null` for calls to `stream.read()` as described [here](https://nodejs.org/api/stream.html#stream_event_readable)

I updated the test to account for this, and they pass now.
2015-11-13 10:33:39 -06:00
..
2014-10-30 18:38:44 -04:00
2014-05-14 09:51:56 -04:00
2014-05-14 10:41:10 -04:00
2015-11-13 10:33:39 -06:00
2014-05-14 09:51:56 -04:00
2014-05-14 09:51:56 -04:00
2014-03-21 11:47:32 -05:00
2014-02-26 07:11:16 -06:00
2014-05-14 09:51:56 -04:00
2014-05-14 09:51:56 -04:00
2014-05-14 09:51:56 -04:00