Tags: mer-tools/node
Tags
2015-10-13, Version 4.2.1 'Argon' (LTS) Release * Includes fixes for two regressions - Assertion error in WeakCallback - see [#3329](nodejs/node#3329) - Undefined timeout regression - see [#3331](nodejs/node#3331) * Document an additional known issue with pipelined requests - See: nodejs/node#3332 and nodejs/node#3342
domains: port caeb677 from v0.10 to v0.12 caeb677 Do not abort the process if an error is thrown from within a domain, an error handler is setup for the domain and --abort-on-uncaught-exception was passed on the command line. However, if an error is thrown from within the top-level domain's error handler and --abort-on-uncaught-exception was passed on the command line, make the process abort. Fixes: #8877 Fixes: nodejs/node-v0.x-archive#8877 PR-URL: nodejs/node-v0.x-archive#25835 Reviewed-By: misterdjules - Julien Gilli <jgilli@nodejs.org>
PreviousNext