0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
nodejs/test
Ryan 73fb24f48d Relatively large update to TCP API. No more "protocol".
Instead servers are passed a function which gets called on connection (like
in the original design) which has one argument, the connecting socket. The
user sets up callbacks on that. It's pretty much how I had it originally.

Encoding is now set via v8 getter/setter and can be changed dynamically.

The timeout for all sockets is fixed at 60 seconds for now. Need to fix
that.
2009-05-14 23:47:21 +02:00
..
fixtures
mjsunit.js
test-file-open.js WAF: fix the debug variant. 2009-04-23 13:18:38 +02:00
test-pingpong.js Relatively large update to TCP API. No more "protocol". 2009-05-14 23:47:21 +02:00
test-setTimeout.js Add test for setInterval 2009-04-29 14:12:24 +02:00
test-test.js on_load -> onLoad 2009-04-21 16:30:47 +02:00