Re: [streams] Merge ReadableByteStream into ReadableStream (#430)

Regarding backpressure:

Is it possible to *not read* when desiredSize <= 0? I'm not sure how precisely you need to manage the total buffer size, but when you stops reading from the socket the system will stop reading from the network and setTCPWindowSize(0) is not needed, IIUC.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/430#issuecomment-192095888

Received on Friday, 4 March 2016 04:30:51 UTC