[whatwg/fetch] Explicitly ignore 1xx responses (#366)

Per HTTP the reply to a request is a sequence of responses. We only handle (and expose) the last of those, but are not very explicit about it.

We should fix that as it makes it clearer what the interaction actually is and easier to talk about extensions around 1xx.

---
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/366

Received on Wednesday, 10 August 2016 14:38:08 UTC