- From: Mark Nottingham <notifications@github.com>
- Date: Thu, 12 May 2016 15:42:12 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc:
- Message-ID: <whatwg/fetch/pull/295/r63109505@github.com>
> @@ -3029,9 +3036,18 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul > <span title=concept-header>headers</span>. > <!-- XXX xref partial, modify, resume headers --> > > - <li><p>If <var>response</var> is null, set <var>response</var> to the result of making an > - <span title=concept-http-network-fetch>HTTP-network fetch</span> using <var>httpRequest</var> with > - the <i title>credentials flag</i> set if set. > + <li> > + <p>If <var>response</var> is null, run these substeps: > + > + <ol> > + <li><p>If <var>httpRequest</var>'s <span title=concept-request-cache-mode>cache mode</span> is > + "<code title>only-if-cached</code>", then return a > + <span title=concept-network-error>network error</span>. Http does this with a 504 - http://httpwg.org/specs/rfc7234.html#rfc.section.5.2.1.7 Considered aligning with that? --- 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/295/files/c721ac6430b00a5833fba1656ff0740821df4356#r63109505
Received on Thursday, 12 May 2016 22:42:40 UTC