Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

@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