- From: Patrick Meenan <notifications@github.com>
- Date: Fri, 22 May 2026 11:03:50 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 May 2026 18:03:54 UTC
@pmeenan commented on this pull request. > @@ -3323,6 +3334,22 @@ or an <a>implementation-defined</a> value. </div> +<h3 id=compression-dictionary-cache-partitions>Compression-dictionary cache partitions</h3> + +<div algorithm> +<p>To <dfn>determine the compression-dictionary cache partition</dfn>, given a <a for=/>request</a> <var>request</var>: + +<ol> + <li><p>Let <var>key</var> be the result of <a for=request>determining the network partition key</a> + given <var>request</var>. + + <li><p>If <var>key</var> is null, then return null. + + <li><p>Return the unique compression-dictionary cache associated with <var>key</var>. [[!RFC9842]] This mirrors the section above on HTTP cache partitions where it does "Return the unique HTTP cache associated with...". The RFC itself doesn't go into detail about the cache itself and how it operates. Is that something that needs to be fully defined somewhere? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1854#discussion_r3290393784 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1854/review/4347867497@github.com>
Received on Friday, 22 May 2026 18:03:54 UTC