I try to make a GET request to some site (not mine own site) via http module of node.js version 0.8.14. Here is my code (CoffeeScript):
options = ho
You have to end the request. Add this at the end of your script:
req.end()