Re: Expect: + Upgrade: = ...

On 4 September 2013 01:39, Daniel Stenberg <daniel@haxx.se> wrote:
> The effect seems to risk a little more data waste in the HTTP+upgrade case.

Yeah, I'm thinking that for https: URLs it's easy.  ALPN means that
there is no probing.  And you get the option to use flow control.  In
fact, that's actually much nicer.

For http: URLs, it's a little trickier.  You might do a HEAD request
for the upgrade request, followed by a POST after the upgrade
completes.  That's round trips still, and if the upgrade fails, it's
even worse.  Though, I'll note that it's still the same speed in the
success case as the https: URL case ...

Received on Wednesday, 4 September 2013 16:31:11 UTC