- From: Martin Thomson <notifications@github.com>
- Date: Sun, 26 Feb 2017 16:13:23 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 February 2017 00:14:04 UTC
@annevk, that's not quite right, though your conclusion is spot on. A push is always associated with another request. The push can be started as soon as the first octets of the request arrive. I suppose that if you model a request/response pair as a connection, then it might look like that, but generally you have some part of a request inbound before the push can be triggered. That does mean that pushes can appear before you have a response, definitely. You have to have that so that you know not to make another request. -- 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/447#issuecomment-282600942
Received on Monday, 27 February 2017 00:14:04 UTC