Re: Question on flow control for a single file transfer

It's probably understood already, but just to be clear, this is receiver
controlled and directional. Unless you control both endpoints, you must
implement flow control in order to respect the peer's receive windows, even
if you disable your own receive windows. Cheers.
On Nov 3, 2013 1:18 PM, "Martin Thomson" <martin.thomson@gmail.com> wrote:

> On 3 November 2013 12:03, Peter Lepeska <bizzbyster@gmail.com> wrote:
> > Will flow control be used even when an HTTP 2.0 connection is only being
> > used to transfer a single file?
>
> If you are concerned that flow control will reduce your ability to get
> the most out of a connection, turn it off.
>
> In fact, we make that recommendation:
> http://http2.github.io/http2-spec/#DisableFlowControl
>
>

Received on Sunday, 3 November 2013 21:26:08 UTC