process: remove max tick check for domains
authorTrevor Norris <trev.norris@gmail.com>
Thu, 30 May 2013 08:38:19 +0000 (01:38 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Thu, 30 May 2013 16:33:21 +0000 (09:33 -0700)
commit9a6c0853bc164ad2d76f51cdcb0771e881cd0a5f
tree334946de10253e2541715ab34dda90eed6b0365d
parent0761c90204d7a0134c657e20f91bd83bfa6e677a
process: remove max tick check for domains

maxTickDepth checks have been removed for domains and replaced with a
flag that checks if the last callback threw. If it did then execution of
the remaining tickQueue is deferred to the spinner.

This is to prevent domains from entering a continuous loop when an error
callback also throws an error.
src/node.cc
src/node.js