- From: ericorth <notifications@github.com>
- Date: Mon, 14 Mar 2022 12:40:59 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 14 March 2022 19:41:11 UTC
@ericorth commented on this pull request. > + <p>It is <a>implementation-defined</a> whether other DNS queries might be performed to get + connection information beyond just <a for=/>IP addresses</a>. For example, if <var>origin</var>'s + <a for=origin>scheme</a> is "http" or "https", the implementation might perform a DNS query for + HTTPS RRs. [[SVCB]] Moved outside the note into the procedure. And good idea on "resolve a ___domain" taking the origin instead of ___domain. Since there were already two sections here to take origin or ___domain, and all the origin one did was call the other with the origin's host, and nothing else seems to directly depend on the ___domain one, I did some trivial merging to give a single "resolve an origin" procedure. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1325#discussion_r826315000 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1325/review/909306521@github.com>
Received on Monday, 14 March 2022 19:41:11 UTC