Re: [whatwg/fetch] Draft changes to "obtain a websocket connection" (#1244)

@annevk 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. -->
+
+ <p class=note>The scheme of the URL used in proxy autoconfiguration scripts has been converted from
+ "<code>ws</code>" or "<code>wss</code>" to "<code>http</code>" or "<code>https</code>". This

Does this mean that when the user agent invokes `FindProxyForURL` this is the case or something else? (Just want to make sure I understand.)

-- 
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#pullrequestreview-691660888

Received on Thursday, 24 June 2021 11:54:42 UTC