Skip to content

Instantly share code, notes, and snippets.

@wsdookadr
Created November 25, 2010 18:17
Show Gist options
  • Save wsdookadr/715754 to your computer and use it in GitHub Desktop.
Save wsdookadr/715754 to your computer and use it in GitHub Desktop.
var client = http.createClient(80, host);
var r = client.request('GET',path,{ 'host': host});//r is request object
r.connection.setTimeout(3000);
r.on("timeout",onTimeout);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment