mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
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.