API: tcp.Connection "disconnect" event renamed to "close".
authorRyan <ry@tinyclouds.org>
Fri, 14 Aug 2009 10:51:46 +0000 (12:51 +0200)
committerRyan <ry@tinyclouds.org>
Fri, 14 Aug 2009 10:51:46 +0000 (12:51 +0200)
commit7aaab320b30738494359e49537c0a7e00921425f
tree6ab883e0bfdda422702168bc8b24d891b4399aae
parent95f9209966f450e635939402d468311af6c74916
API: tcp.Connection "disconnect" event renamed to "close".

More semantic, since the event will be emitted on connection error,
when the connection was ever established.
src/http.js
src/net.cc
src/net.h
test/mjsunit/test-http-server.js
test/mjsunit/test-tcp-many-clients.js
test/mjsunit/test-tcp-pingpong-delay.js
test/mjsunit/test-tcp-pingpong.js
test/mjsunit/test-tcp-raw.js
test/mjsunit/test-tcp-reconnect.js
website/api.txt