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

There's no risk of data loss. The kernel controls the window size automatically so that its buffer does not overflow. If there is backpressure from Javascript, read() won't be called and the window size will shrink.

---
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-237803327

Received on Friday, 5 August 2016 09:18:44 UTC