Re: [whatwg/fetch] Partition HTTP Connections (#1063)

@shivanigithub commented on this pull request.



> @@ -2071,15 +2071,16 @@ for each associated <a for="fetch group">fetch record</a> whose
 <a for=connection>connection pool</a> consists of zero or more
 <dfn lt=connection export id=concept-connection>connections</dfn>. Each
 <a>connection</a> is identified by an <b>origin</b> (an
-<a for=/>origin</a>) and <b>credentials</b> (a boolean).
+<a for=/>origin</a>), <b>credentials</b> (a boolean), and
+<b>httpStatePartition</b> (a <a for=/>site</a> list or null).

Does this mean that an httpStatePartition is a list of sites? May be add "key" to the name to be more clear that this is not the actual partition but the key "httpStatePartitionKey"?

-- 
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/1063#pullrequestreview-460309035

Received on Monday, 3 August 2020 20:11:29 UTC