Re: [whatwg/fetch] section #connections is vague wrt connection is HTTP or HTTPS or HTTP/2 or QUIC (#641)

also, perhaps this:
> Set connection to the result of establishing an HTTP connection to origin . [HTTP] [HTTP-SEMANTICS] [HTTP-COND] [HTTP-CACHING] [HTTP-AUTH] [TLS] 

..could explain more, e.g.:

Set connection to the result of establishing an HTTP connection to origin . Depending on various factors, the connection may actually be HTTP (over insecure transport), HTTP over TLS ("HTTPS"), HTTP/2 ("h2") over TLS, QUIC, or perhaps HTTP over another secure transport.  [followed by appropriate series of spec references].



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/641#issuecomment-408198648

Received on Thursday, 26 July 2018 18:52:40 UTC