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

Thanks for the ping. It's a bit unclear https://www.w3.org/Bugs/Public/show_bug.cgi?id=25684 seems to suggest that including `Content-Length` is good for `POST` and co, likely also for `HEAD`. Unclear for `GET`, though as far as I can tell browsers do not include it there.

We have a rule that forbids including a body for `GET` and `HEAD`. Perhaps we should have another that non-`GET` means `Content-Length` needs to be there.

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

Received on Monday, 3 November 2014 21:05:09 UTC