- From: Patrick McManus <pmcmanus@mozilla.com>
- Date: Wed, 24 Jul 2013 19:16:21 -0400
- To: "Kulkarni, Saurabh" <sakulkar@akamai.com>
- Cc: HTTP Working Group <ietf-http-wg@w3.org>
Received on Wednesday, 24 July 2013 23:16:52 UTC
I believe the session window is still in effect as usual.. so normally the max-send is min(stream-window, session-window) and after the window-update, at least when sending on stream 2 in your example, it is simply session-window. On Wed, Jul 24, 2013 at 7:01 PM, Kulkarni, Saurabh <sakulkar@akamai.com>wrote: > What happens to session level flow control when a WINDOW_UPDATE frame with > END_FLOW_CONTROL flag set is received with a particular stream id > (stream_id other than "0")? > > E.g. > Session Window Size: 64kb > Stream Window Size: 64kb, stream_id: 2 > Receive WINDOW_UPDATE with END_FLOW_CONTROL bit set, stream_id:2 > > Should the sender follow the session level flow control or ignore flow > control for stream_id:2? > > - Saurabh >
Received on Wednesday, 24 July 2013 23:16:52 UTC