Re: [fetch] Update headers upon a 304; fixes #97 (#141)

> +
> +     <li>
> +      <p>Set <var title>response</var> to the <var title>cachedResponse</var>.
> +      <!-- XXX xref "HTTP cache" -->
> +
> +      <p class="note no-backref">This changes <var title>response</var> entirely, including its
> +      <span title=concept-response-status>status</span> which is most likely <code title>200</code>
> +      now.
> +
> +      <p>Set <var title>response</var>'s
> +      <span title=concept-response-cache-state>cache state</span> to
> +      "<code title>validated</code>".
> +    </ol>
> +  </ol>
> +
> +

One newline less here.

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

Received on Monday, 26 October 2015 06:05:35 UTC