mirror of https://github.com/lukechilds/node.git
Browse Source
AsyncWrap should always properly propagate asynchronous calls to any child that is created. Regardless whether kCallInitHook is currently active. The previous logic would always return early if kCallInitHook wasn't set. PR-URL: https://github.com/joyent/node/pull/9146 Reviewed-by: Julien Gilli <julien.gilli@joyent.com>v0.12.2-release
4 changed files with 18 additions and 1 deletions
Loading…
Reference in new issue