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

Correction - since we'd be seeing it as HTTP/0.9, we wouldn't be parsing the HTTP/1.x headers, so of course we'd be MIME sniffing it.  You'd need to either close the socket or send enough data to get any data from the second request (2 kb?) - and even if you sent enough data, I'm not sure if Chrome will run any scripts on a partially received JS file (It may, or it may not, not my area of knowledge).

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

Received on Thursday, 13 April 2017 22:16:42 UTC