- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 26 Apr 2022 06:19:39 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 April 2022 13:19:51 UTC
@noamr commented on this pull request. > @@ -2619,6 +2620,9 @@ boolean <var>http3Only</var>, run these steps: <a for=connection>timing info</a> and observe these requirements: <ul> + <li><p><var>timingInfo</var>'s <a for="connection timing info">domain lookup end time</a> should be + the time after resolving the IP address of the server or proxy. [[SVCB]] > My suggestion wouldn't do that, right? And what does it mean to resolve an IP address? I mean that the step that resolves a (proxy/regular) host name to an IP address is any way not part of the proxy resolution steps. We can add those steps to get some default `domain lookup end time` but it would be redundant as we would still need the requirement prose -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1429#discussion_r858704305 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1429/review/953365755@github.com>
Received on Tuesday, 26 April 2022 13:19:51 UTC