- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 11 Mar 2020 14:06:56 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 March 2020 21:07:08 UTC
domenic commented on this pull request. > @@ -2049,6 +2051,29 @@ clearly stipulates that <a>connections</a> are keyed on <!-- See https://github.com/whatwg/fetch/issues/114#issuecomment-143500095 for when we make WebSocket saner --> +<h3 id=http-cache-partition>HTTP Cache partition</h3> + +<p>To determine the associated <dfn export id=http-cache>HTTP cache</dfn> partition, given +<var>request</var>, run these steps: + +<ol> + <li> + <p>If <var>request</var>'s <a for=request>client</a> is null, terminate these steps.</li> + + <li> + <p>Let <var>environmentSettings</var> be <var>request</var>'s <a for=request>client</a>.</li> + + <li> + <p>Let <var>topLevelOrigin</var> be <var>environmentSettings</var>'s top-level origin and Within 24 hours of this comment, this (and the blow one about obtaining an agent cluster key) should be fixable, since the HTML PR merged. -- 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/943#discussion_r391267997
Received on Wednesday, 11 March 2020 21:07:08 UTC