Re: [whatwg/fetch] Define a cache for H2 server push & friends (#354)

@jakearchibald a H2 server push is part of an HTTP response to an HTTP request. So it can only exist as part of a single request-response stream and not on its own. So therefore you should always be able to associate the push promises with a fetch group.

---
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/354#issuecomment-237510131

Received on Thursday, 4 August 2016 10:10:57 UTC