HTTP/2.0 section 2.4 "Starting HTTP/2.0 with Prior Knowledge"

http://http2.github.io/http2-spec/#known-http says:

A client can learn that a particular server supports HTTP/2.0 by other means. A client MAY immediately send HTTP/2.0 frames to a server that is known to support HTTP/2.0. This only affects the resolution of "http:" URIs, servers supporting HTTP/2.0 are required to support protocol negotiation in TLS<http://http2.github.io/http2-spec/#TLSNPN> [TLSNPN].
The above fails to include "https:" URIs. It only mentions "http:" URIs.

I don't believe this was intentional, correct? If so, please add "https" as well.

Thanks,

Gabriel

Received on Wednesday, 17 April 2013 01:17:09 UTC