0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test
Fedor Indutny 0d7a0216dc net: initialize TCPWrap when receiving socket
TCPWrap::Initialize() and PipeWrap::Initialize() should be called before
any data will be read from received socket. But, because of lazy
initialization of these bindings, Initialize() method isn't called.

Init bindings manually upon socket receiving.

See #4669
2013-01-28 16:37:09 +04:00
..
addons addon: Pass module object to NODE_MODULE init function 2013-01-25 14:25:35 -08:00
disabled test: disable simple/test-debug-brk-file 2013-01-07 03:40:12 +01:00
fixtures test: 2 resume() calls needed to flush streams 2012-12-19 10:55:23 -08:00
gc test: use the debug build of node-weak when necessary 2012-06-13 17:58:28 -07:00
internet test: move simple/test-http-dns-fail to test/internet 2013-01-28 12:41:56 +01:00
message test: make tests work with newer v8 2013-01-02 12:13:47 +04:00
pummel test: fix pummel test out-of-memory errors 2013-01-27 22:01:14 +01:00
simple net: initialize TCPWrap when receiving socket 2013-01-28 16:37:09 +04:00
common.js test: child process { stdio:'inherit' } 2013-01-11 09:14:09 -08:00