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

> it looks like pushes only come in after headers have been received, which is when fetch() resolves, correct?

I'm pretty sure that's not true. You can start pushing the moment you have an open connection so a push frames can arrive before a response header frame.

-- 
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-282490543

Received on Saturday, 25 February 2017 15:26:21 UTC