Re: [whatwg/fetch] Double-keyed connection pools (#917)

Worth noting that in addition to socket pools (including proxy connections), other things that need to be double-keyed:
SSL/QUIC session caches, H2/QUIC sessions, reporting (Need to key information on where to report, and reports to upload, and then use the key when uploading the reports), everything that feeds into reporting (expect-CT, for instance), and alternative service info.

Also related network stuff at a slightly higher layer:  CORS requests and CORS cache (Chrome has a separate cache above the network stack for CORS responses, at least), and origin policy cache/fetches.

-- 
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/917#issuecomment-535985490

Received on Friday, 27 September 2019 15:23:30 UTC