]> git.proxmox.com Git - mirror_novnc.git/commit - utils/websocket.py
Better reaper, catch occasional bad WS header line.
authorJoel Martin <github@martintribe.org>
Tue, 1 Feb 2011 16:47:45 +0000 (10:47 -0600)
committerJoel Martin <github@martintribe.org>
Tue, 1 Feb 2011 16:47:45 +0000 (10:47 -0600)
commit215ae8e5647dd3e3d7fc4b4273d2f3b6f8e69cde
tree6ca3a5acfe953d044f93fccbd789315ae85f850b
parentec2b614037aec641acd5bcce3c1b6d67182534eb
Better reaper, catch occasional bad WS header line.

Call waitpid in loop to catch SIGCHLD signals that happen while
handling the original SIGCHLD signal.

Pulled from websockify.
utils/websocket.py