- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 22 Mar 2021 10:10:01 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 22 March 2021 17:10:15 UTC
@noamr commented on this pull request. > + <li><p>In case the user agent is using an experimental, non-registered protocol, the user + agent must use the ALPN negotiated value if any. If ALPN was not used for protocol + negotiations, the user agent MAY use another descriptive string. + + <p class="note">The "h3" ALPN ID is defined for the final version + of the HTTP/3 protocol in the + <a href="https://tools.ietf.org/html/draft-ietf-quic-http-17#section-10.1">HTTP/3 + Internet Draft</a>. + + <p class="note">Note that <a for="connection timing info">alpn negotiated protocol</a> is + intended to identify the network protocol in use for the fetch regardless of how it was + actually negotiated; that is, even if ALPN is not used to negotiate the network protocol, + this attribute still uses the ALPN Protocol IDs to indicate the protocol in use. + </ul> + + <p class="note">The <a for="connection">timingInfo</a> for the connection might be saved in the @yoavweiss ^^^ -- 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/pull/1185#pullrequestreview-617779166
Received on Monday, 22 March 2021 17:10:15 UTC