Re: [whatwg/streams] Fix makeReadableBackpressureByteSocketStream to drain all data (#504)

The problem with that, I believe---please correct me if I'm wrong---is that it allows the kernel buffer to potentially overflow and cause data loss. The example as-is is trying to constantly pull shuffle out of kernel space and into user space to avoid this.

---
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/504#issuecomment-237785854

Received on Friday, 5 August 2016 08:20:28 UTC