[fetch] Content-Length on HEAD (#135)

https://fetch.spec.whatwg.org/#http-network-or-cache-fetch

> If httpRequest's body is null and httpRequest's method is `HEAD`, `POST`, or `PUT`, set contentLengthValue to `0`.

Why is C-L set on HEAD requests?

See:
  http://httpwg.github.io/specs/rfc7230.html#message.body.length

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/135

Received on Wednesday, 30 September 2015 05:01:37 UTC