Re: [ServiceWorker] HEAD request on Cache API should not return response with body (#655)

I've inspected the wire, the browser is the one doing the filtering. If you run the test above, then:

```
telnet localhost 8000
HEAD /test HTTP/1.1

```

…you'll get the body. That's why I had to use the socket directly, Node's usual HTTP stuff "protects" you from violating HTTP in that way.

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/655#issuecomment-88078281

Received on Tuesday, 31 March 2015 13:10:56 UTC