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, I kinda thought that would be part of 

> Let proxies be the result of finding proxies for url in an [implementation-defined](https://infra.spec.whatwg.org/#implementation-defined) manner.

but I agree that is not defined at the moment.

What about the case where there's no domain lookup because we start with an IP address?

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

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

Received on Wednesday, 27 April 2022 09:51:40 UTC