Force exit on SIGINT but still reset flags on stdio fds
authorRyan Dahl <ry@tinyclouds.org>
Thu, 21 Oct 2010 19:27:58 +0000 (12:27 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 21 Oct 2010 19:28:04 +0000 (12:28 -0700)
commitceb5331a64e813f3a982c702fea5dcd2db2e7a29
tree16e9a399e193f36c80346551ae5b4e63d0c5cb08
parent33e45bbe46305cdba03c06b6ac6e122c82e86dda
Force exit on SIGINT but still reset flags on stdio fds

Add test that one can ctrl+c out of a script spinning infinitely.
src/node.cc
test/simple/test-sigint-infinite-loop.js [new file with mode: 0644]