- From: Adam Rice <notifications@github.com>
- Date: Thu, 17 Jun 2021 12:37:22 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 17 June 2021 19:37:56 UTC
@ricea commented on this pull request. > <ol> - <li><p>Let <var ignore>host</var> be <var>url</var>'s <a for=url>host</a>. + <li><p>Let <var>proxies</var> be the result of performing proxy resolution for <var>url</var> in an + <a>implementation-defined</a> manner. If a proxy preference order has not been explicitly + configured then socks proxies should be preferred to https proxies which should be preferred to + http proxies. + + <!-- Since this depends on the url it probably needs to be hoisted out of this algorithm. --> Yes. I am planning to draft a change which moves most of the proxy parts to "obtain a connection". Unless you get to it first. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1244#discussion_r653878626
Received on Thursday, 17 June 2021 19:37:56 UTC