- From: Jake Archibald <notifications@github.com>
- Date: Tue, 31 Mar 2015 06:10:23 -0700
- To: slightlyoff/ServiceWorker <ServiceWorker@noreply.github.com>
Received on Tuesday, 31 March 2015 13:10:56 UTC
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