>
> In this case, it's probably sufficient to rely on the server
> indication alone, since the client is going to be the one doing the
> indication. At that point, game on.
Thank you, you are right.
The server knows the HTTP/2 connection is capable of WS OVER HTTP/2 when it
receives a SETTINGS frame with WS_CAPABLE.
The client knows the HTTP/2 connection is capable of WS OVER HTTP/2 when
the handshake succeeds.
Then we need only client => server SETTINGS frame with WS_CPABABLE.
On Thu, Jul 17, 2014 at 12:39 PM, Martin Thomson <martin.thomson@gmail.com>
wrote:
> On 16 July 2014 18:38, Yutaka Hirano <yhirano@google.com> wrote:
> > Martin, does that look correct to you?
>
> In this case, it's probably sufficient to rely on the server
> indication alone, since the client is going to be the one doing the
> indication. At that point, game on.
>
> There's some advantage in having the ALPN tag here, because you avoid
> the extra round trip, but that's something I'll leave you to ponder.
>