Re: Report: Inconsistency in HTTP 204 response body parsing (#5227)

The HTTP spec explicitly disallows the precondition (a 204 response with a
`Content-length` header), so it's probably not accurate to say that that spec
doesn't account for this. The issue that @annevk and @rbyers are interested in
is the inconsistency between browsers. I believe they would like to consider
if/how the Fetch specification could be extended to account for this state, and
the first step there is understanding implementation reality.

View on GitHub: https://github.com/w3c/web-platform-tests/pull/5227#issuecomment-291867342

Received on Wednesday, 5 April 2017 13:50:48 UTC