Re: [streams] Move stuff into controller to make RS and RBS closer (#418)

> @@ -1538,8 +1509,6 @@ test('ReadableByteStream: Multiple read(view), close() and respond()', t => {
>      t.equals(view.byteLength, 0, '1st read: byteLength');
>    });
>  
> -  t.equals(pullIntoCount, 1);

I removed them because due to the addition of pull blocking by start method the expectations became stale.

I recovered some but realized we need to resolve https://github.com/whatwg/streams/issues/423 first.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/418/files#r49844125

Received on Friday, 15 January 2016 11:23:26 UTC