mirror of https://github.com/lukechilds/node.git
Browse Source
Some calls to ReqWrap would get through the initial check and allow the init callback to run, even though the callback had not been used on the parent. Fix by explicitly checking if the parent has a queue. Also change the name of the check, and internal field of AsyncHooks. Other names were confusing. PR-URL: https://github.com/iojs/io.js/pull/1614 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>v2.0.2
Trevor Norris
10 years ago
3 changed files with 19 additions and 8 deletions
Loading…
Reference in new issue