0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/deps/liboi
Ryan cfd61622ae Reference counting. Network bugs.
Connections were being garbage collected while they were still in progress
since the object would leave scope. This commit adds ObjectWrap::Attach()
and ObjectWrap::Detach() to tell v8 that an object is currently on the event
loop and will be needed in the future.

Other changes to oi_socket.c and net.cc are to fix bugs encountered while
running the HTTP server.
2009-05-05 18:15:59 +02:00
..
test update oi_socket - modify node code to match 2009-05-05 12:52:18 +02:00
oi_socket.c Reference counting. Network bugs. 2009-05-05 18:15:59 +02:00
oi_socket.h update oi_socket - modify node code to match 2009-05-05 12:52:18 +02:00