Re: HTTP/2 Upgrade with content?

On 13 March 2015 at 15:15, Greg Wilkins <gregw@intalio.com> wrote:
> Consider an app that performs some kind of streaming translation of the
> posted content into the response.  It will be reading chunks of the HTTP/1.1
> response and sending that as frames of HTTP/2 response.  Eventually the
> stream/connection "window" will be consumed, but a window update frame will
> not be able to be sent because the HTTP/1.1 response is not complete.

Fair point; I hadn't thought the flow control aspects through fully.

Received on Friday, 13 March 2015 23:17:39 UTC