- From: Noam Rosenthal <notifications@github.com>
- Date: Sun, 07 May 2023 03:10:11 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1620/review/1415880284@github.com>
@noamr commented on this pull request.
> @@ -2846,16 +2846,7 @@ steps:
<a>connection</a>.
</ol>
- <li>
- <p>Let <var>proxies</var> be the result of finding proxies for <var>url</var> in an
- <a>implementation-defined</a> manner. If there are no proxies, let <var>proxies</var> be
- « "<code>DIRECT</code>" ».
-
- <p class=note>This is where non-standard technology such as
- <a href="https://en.wikipedia.org/wiki/Web_Proxy_Auto-Discovery_Protocol">Web Proxy Auto-Discovery Protocol (WPAD)</a>
- and <a href="https://en.wikipedia.org/wiki/Proxy_auto-config">proxy auto-config (PAC)</a> come
- into play. The "<code>DIRECT</code>" value means to not use a proxy for this particular
- <var>url</var>.
+ <li><p>Let <var>proxies</var> of calling <a>resolve proxies</a>.
What words are missing? The note was moved to `resolve proxies`.
> +<p>To <dfn>resolve proxies</dfn>, return the result of finding proxies for <var>url</var> in an
+<a>implementation-defined</a> manner. If there are no proxies, return « "<code>DIRECT</code>" ».
Done
> @@ -3023,6 +3027,75 @@ details of reused connections are not exposed and time values are coarsened.
</div>
+<h3 id=preemptive-connections>Preemptive connections</h3>
+
+<div algorithm="preemmptively-obtain-a-connection">
Done
> + <p><a>Check CSP for preemptive operation</a> with <var>environment</var> and <var>url</var>. If
+ that returns <b>allowed</b>, <a>obtain a connection</a> with <var>key</var>, <var>url</var> and
+ <var>credentials</var>.
Done
> +<div algorithm="check-preemptive-operation-csp">
+<p>To <dfn>check CSP for preemptive operation</dfn>, given an
+<a>environment settings object</a> <var>environment</var>, and a <a for=/>URL</a> <var>url</var>,
+run these steps:
Fixed
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1620#discussion_r1186822661
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1620/review/1415880284@github.com>
Received on Sunday, 7 May 2023 10:10:16 UTC