Re: [whatwg/fetch] Separate DNS timing info from proxy resolution (PR #1429)

@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]]

I see, we could make this imperative I think.

1. Have a step before "For each proxy of proxies:" that sets it.
2. Give the 'If proxy is "DIRECT"' conditional substeps one of which also sets it. (The other is the current substep.)
3. Now that it has substeps, the "continue" subsequent could be moved under it as well I think. _hosts_ cannot be failure for any other reason.

I think that's clearer than this. Since we're not really talking about resolving the IP address, we're instead interested in when the domain or proxy domain has been resolved.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1429#discussion_r858683291
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1429/review/953335824@github.com>

Received on Tuesday, 26 April 2022 13:00:07 UTC