[Bug 23719] Consider adding pull style flow control method to Stream

https://www.w3.org/Bugs/Public/show_bug.cgi?id=23719

--- Comment #1 from Takeshi Yoshino <tyoshino@google.com> ---
There is a caveat we need to be careful of.

If we allow both
- Producer waiting for N bytes available for write
- Consumer waiting for M bytes available for read
this can result in deadlock.

Cf. bulk transfer, TCP's silly window syndrome issue.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 6 November 2013 06:28:23 UTC