node/test
Ben Noordhuis 76ddf06f10 tls: don't use a timer to track renegotiations
It makes tls.createSecurePair(null, true) hang until the timer expires.

Using a timer here is silly. Use a timestamp instead.
2012-10-08 02:23:46 +02:00
..
addons test: update addons .gitignore 2012-05-24 14:07:09 +02:00
disabled Merge remote-tracking branch 'ry/v0.6' into master 2012-04-18 11:57:54 -07:00
fixtures Merge remote-tracking branch 'ry/v0.8' into v0.8-merge 2012-09-28 09:47:48 -07:00
gc test: use the debug build of node-weak when necessary 2012-06-13 17:58:28 -07:00
internet test: pick another CNAME record to test dns queries 2012-09-26 01:57:24 +02:00
message test: Fix stdin message tests 2012-09-28 10:42:52 -07:00
pummel test: add tests for postmortem and DTrace support 2012-09-21 01:51:57 +02:00
simple tls: don't use a timer to track renegotiations 2012-10-08 02:23:46 +02:00
common.js test: add common.mustCall function 2012-09-22 03:48:58 +02:00