mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
73fb24f48d
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. |
||
---|---|---|
.. | ||
fixtures | ||
mjsunit.js | ||
test-file-open.js | ||
test-pingpong.js | ||
test-setTimeout.js | ||
test-test.js |