- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 09 Mar 2016 01:26:22 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 9 March 2016 09:26:50 UTC
In the up-to-date spec, pull() is invoked whenever: - the queue is drained (not necessarily emptied) - a new read request is added to the reaquest queue So, this should be either: - set to DEFAULT_WINDOW_SIZE only when `controller.desiredSize` goes up to the given HWM - set to TCP receive window to a value proportional to `controller.desiredSize` --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/commit/09192f1ff9ca08ac927612f73688eb4ad4c7245e#commitcomment-16583874
Received on Wednesday, 9 March 2016 09:26:50 UTC