Files
node-v0.x-archive/doc
koichik 6c121edc60 Fix mismatch createConnection and Socket.connect
net.createConnection() is wrapper for net.Socket.connect(),
but There is mismatch between them.

net.createConnection(port, [host])
net.Socket.connect(port, [host], [callback])

Fixes #1208.
2011-06-28 13:36:45 +02:00
..
2010-11-11 16:34:11 -08:00
2011-04-02 02:35:23 -07:00
2011-05-20 19:40:06 -07:00
2009-11-02 12:28:08 +01:00
2011-02-19 20:56:20 -08:00
2011-05-17 13:25:25 -07:00
2009-09-10 13:40:38 +02:00
2010-04-08 22:42:02 -07:00
2010-11-11 16:34:11 -08:00
2011-04-02 02:35:23 -07:00
2011-04-02 02:35:23 -07:00