mirror of https://github.com/lukechilds/node.git
Ryan Dahl
14 years ago
2 changed files with 9 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
var common = require('../common'); |
|||
var net = require('net'); |
|||
var assert = require('assert'); |
|||
|
|||
// Connect to something that we need to DNS resolve
|
|||
var c = net.createConnection(80, "google.com"); |
|||
c.destroy(); |
Loading…
Reference in new issue