Re: [whatwg/fetch] Is is possible to read the response before the whole request body is sent? (#315)

The server doesn't provide any kind of response until it's received the entire request, which includes headers and body. Fetch resolves once response headers (but not the body) have been fully received.

Once you have a 413, the request should have finished sending.

---
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/315#issuecomment-223753004

Received on Saturday, 4 June 2016 12:27:39 UTC