- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 26 Apr 2022 09:02:09 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 26 April 2022 16:02:21 UTC
@annevk 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]] But this is different from the intent of the earlier proposed text > timingInfo's domain lookup end time should be the time after resolving the IP address of the server or proxy. right? I thought that the end time should either be after finding a proxy (and resolving its host) or after resolving a host (in case there's no proxy). One more question: should these times match when the input is an IP address? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1429#discussion_r858898252 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1429/review/953654204@github.com>
Received on Tuesday, 26 April 2022 16:02:21 UTC