Re: [fetch] Clarify main fetch recursive invocation from redirect-fetch#217 (#218)

> @@ -866,6 +866,11 @@ <h4 id="requests"><span class="secno">3.1.5 </span>Requests</h4>
>  <p>A <a href="#concept-request" title="concept-request">request</a> has an associated
>  <dfn id="synchronous-flag">synchronous flag</dfn>. Unless stated otherwise it is unset.
>  
> +<p>A <a href="#concept-request" title="concept-request">request</a> should have an associated
> +optional <dfn id="recursive-flag">recursive flag</dfn> set when
> +<a href="#concept-main-fetch">main fetch</a> has been invoked recursively from
> +<a href="#http-redirect-fetch">redirect fetch</a>. Unless stated otherwise it is unset.

Yeah, this is unnecessary, it only needs to be listed at the definition of "main fetch" (perhaps with a "Note: the recursive flag is set when main fetch has been invoked recursively" (don't mention "from redirect fetch" anywhere, that may not always be the case)

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/218/files#r53133496

Received on Wednesday, 17 February 2016 08:36:14 UTC