- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 04 Aug 2016 03:04:15 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 4 August 2016 10:10:57 UTC
@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