Re: XMLHttpRequest/send-entity-body-get-head* tests should not fail if Content-Length is 0 (#980)

I want the same behavior in all browsers with regard to including or not including content-length. I don't care which it is, but the current situation is bad, and your proposed change goes the wrong way towards fixing it.

As I understand things, the presence of content-length means that there is a body, and the absence means that there isn't one. So XHR saying no request body effectively means no content-length.

@annevk maybe the XHR spec could be more explicit here to make up for IETF vagueness?

View on GitHub: https://github.com/w3c/web-platform-tests/issues/980#issuecomment-42925977

Received on Tuesday, 13 May 2014 07:39:22 UTC