- From: Jonas Sicking <notifications@github.com>
- Date: Fri, 11 Mar 2016 16:50:42 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Saturday, 12 March 2016 00:51:12 UTC
Currently the spec says that `new Response("")` and `new Response(new FormData()`) is handled different from `new Response()`. All three generate a Response with an empty body, but the first two also set the `content-type` header. Is this intentional? Does it really make sense to set the `content-type` header even if no body is set? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/246
Received on Saturday, 12 March 2016 00:51:12 UTC