Re: [w3ctag/design-reviews] Review request: Partitioning Network State (#596)

I'm not sure fixed delays can ever be sufficient when sharing sockets on a per-tab basis, since there are limits on how many outstanding requests can be live at once, even with H2 and H3.  Reaching that limit will necessarily delay other requests to an arbitrary degree.

The nice thing about using the entire stack is then SameSite=Lax cookies could be described in terms of Network Partition Key, and I'd argue that a consistent mapping between the two gives more consistent and predictable protections than having their behavior diverge, as it currently does.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/596#issuecomment-768330650

Received on Wednesday, 27 January 2021 14:41:22 UTC