- From: Noam Rosenthal <notifications@github.com>
- Date: Mon, 22 Mar 2021 09:18:11 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1185/review/617721786@github.com>
@noamr commented on this pull request. > @@ -2213,6 +2283,89 @@ clearly stipulates that <a>connections</a> are keyed on <!-- See https://github.com/whatwg/fetch/issues/114#issuecomment-143500095 for when we make WebSocket saner --> +<p>The requirements for <dfn>recording connection timing info</dfn> given a <a for=/>connection</a> +<var>connection</var> and its <a for=/>connection timing info</a> <var>timingInfo</var>, are as +follows: +<ul> + <li><p><var>timingInfo</var>'s <a for="connection timing info">domain lookup start time</a> + should be the <a for=/>unsafe shared current time</a> immediately before starting the domain + lookup, or beginning retrieval of the information from cache. + + <li><p><var>timingInfo</var>'s <a for="connection timing info">domain lookup end time</a> should + be the <a for=/>unsafe shared current time</a> immediately after finishing the domain lookup, or + retrieving the information from cache. + + <li><p><var>timingInfo</var>'s <a for="connection timing info">connection start time</a> should + be the <a for=/>unsafe shared current time</a> immediately before establishing the connection to + the server or proxy. It's specified: It's returned from the connection pool and already has an associated connection timing info, which gets clamped to fetch start in `clamp connection timing to fetch timing`. Something missing? -- 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#discussion_r598871396
Received on Monday, 22 March 2021 16:18:24 UTC