Files
node-v0.x-archive/doc/api
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
..
2011-04-18 16:52:53 -07:00
2011-03-07 10:17:54 -08:00
2011-04-18 16:52:53 -07:00
2011-03-07 10:17:54 -08:00
2010-10-28 14:59:15 -07:00
2011-06-15 14:43:37 +02:00
2011-02-24 16:36:43 -08:00
2011-03-28 15:46:36 -07:00
2011-06-03 16:37:56 +02:00
2011-06-03 08:14:35 +02:00
2011-05-20 10:29:16 -07:00
2011-04-28 04:54:28 -04:00
2010-11-07 17:22:56 -08:00
2011-06-15 14:43:37 +02:00
2011-02-20 13:11:55 -08:00
2011-04-27 11:49:24 -04:00
2011-05-18 21:13:49 -07:00
2011-04-18 16:52:53 -07:00
2010-10-28 14:59:15 -07:00
2010-10-28 14:59:15 -07:00
2011-03-29 09:58:50 -07:00
2011-02-24 16:36:43 -08:00
2011-06-03 13:27:35 +02:00