Re: XMLHttpRequest/send-entity-body-get-head* tests should not assert presence of request header (#980)

I dunno, the RFC is worded in a bad way (typical IETF, typical). The **Content-Length** or **Transfer-Encoding** headers signal the presence of a body, but if the **Content-Length** field has a value of 0, then technically it has a transfer-length of 0 too (otherwise the header cannot be included), which technically means there is no message-body at all.

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

Received on Saturday, 10 May 2014 01:48:33 UTC