Re: [whatwg/fetch] WebSocket connections need partitioning (#1122)

While they're not covered in the fetch spec, there are other caches (TLS session resumption), websocket over shared H2/QUIC connections, ALPN data, and the DNS cache, that are partitioned, and WebSockets should presumably pull all of those from the correct partition.  If proxy connections and the HTTP auth cache are partitioned, needs to use the right partition for those as well.

-- 
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/issues/1122#issuecomment-847916772

Received on Tuesday, 25 May 2021 14:27:46 UTC