node/test
Fedor Indutny 9b6b05556f net: unref timer in parent sockets
`TLSSocket` wraps the original `net.Socket`, but writes/reads to/from
`TLSSocket` do not touch the timers of original `net.Socket`.

Introduce `socket._parent` property, and iterate through all parents
to unref timers and prevent timeout event on original `net.Socket`.

Fix: https://github.com/joyent/node/issues/9242
PR-URL: https://github.com/iojs/io.js/pull/891
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-02-19 18:44:10 +01:00
..
addons Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
debugger Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
disabled Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
fixtures Remove excessive copyright/license boilerplate 2015-01-12 15:30:28 -08:00
gc test: update our branched weakref to v8 3.24 2014-03-17 10:19:47 -07:00
internet test: remove flaky test functionality 2015-02-16 15:27:33 +11:00
message events: optimize various functions 2015-02-09 17:47:49 +01:00
parallel net: unref timer in parent sockets 2015-02-19 18:44:10 +01:00
pummel test: remove flaky test functionality 2015-02-16 15:27:33 +11:00
sequential tracing: add lttng support for tracing on linux 2015-02-09 18:06:57 +01:00
testpy test: fix `make test-addons` target 2015-01-12 23:21:51 +01:00
timers test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
common.js tracing: add lttng support for tracing on linux 2015-02-09 18:06:57 +01:00