mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
09c2ae5c3e
For server-side sockets, no longer pass the server object to the js constructor. This is set later with SetAcceptor. I think the change is a bit strage and convoluted but it allows one give protocol /classes/ to the c++ constructors instead of protocol instances. This is nice because derived classes (like HTTP) don't need to copy the protocol instanciation code. |
||
---|---|---|
.. | ||
fixtures | ||
mjsunit.js | ||
test-file-open.js | ||
test-pingpong.js | ||
test-setTimeout.js | ||
test-test.js |