Merge commit 'bff3c373b32ebf707085e3c677bfad19b44fa054'

This commit is contained in:
Peter Åstrand (astrand) 2013-11-27 13:34:17 +01:00
commit 063c7de783
1 changed files with 1 additions and 3 deletions

View File

@ -833,9 +833,7 @@ class WebSocketServer(object):
# Allow override of SIGINT
signal.signal(signal.SIGINT, self.do_SIGINT)
if not multiprocessing:
# os.fork() (python 2.4) child reaper
signal.signal(signal.SIGCHLD, self.fallback_SIGCHLD)
signal.signal(signal.SIGCHLD, self.fallback_SIGCHLD)
last_active_time = self.launch_time
while True: