- From: Jake Archibald <notifications@github.com>
- Date: Tue, 31 Mar 2015 06:59:27 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 31 March 2015 13:59:48 UTC
Node's `http.request` appears to be a little more strict. It throws if the line ends are `\n` rather than `\r\n`, it also throws if it receives a body in response to a HEAD request. I think following the browser's leniency is fine here, but it should be in the fetch spec. --- Reply to this email directly or view it on GitHub: https://github.com/slightlyoff/ServiceWorker/issues/655#issuecomment-88097955
Received on Tuesday, 31 March 2015 13:59:48 UTC