Re: 6.9.2 Initial Flow Control Window Size Example

On Wed, Jul 24, 2013 at 7:28 AM, Martin Thomson <martin.thomson@gmail.com>wrote:

> On 23 July 2013 14:03, Patrick McManus <pmcmanus@mozilla.com> wrote:
> > For example, if the client sends 64KB immediately on connection
> >    establishment,
> >
> >
> > The example uses an invalid computation because the default window is
> "64KB
> > - 1"
>
> This is true if you assume that it wasn't just rounded up :)
>
> https://github.com/http2/http2-spec/issues/182
>
>
So the correct value is 65535, right?

5.2.1. Flow Control Principles also says
"...the flow control window is 65536 bytes ...", so it should be correct
too.
This value is a bit confusing because SPDY/3 flow control uses 65536 as a
initial window size (well, it is a different protocol, so no one should not
be bothered but still.)

Best regards,
Tatsuhiro Tsujikawa

Received on Wednesday, 24 July 2013 12:35:19 UTC