Re: [whatwg/streams] Rigorously specify and test pipeTo (#512)

tyoshino commented on this pull request.



>  
-      _lastRead = _reader.read();
+      function performShutdown(isError, error) {
+        shuttingDown = true;

Oh, right. My comment was not clear about what's the problem I saw. I meant that it looks when shutdown() is invoked directly, not via shutdownWithAction(), we cannot prevent a second shutdown from happening if one is already in progress.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/512

Received on Monday, 17 October 2016 05:55:24 UTC