From efb2eb6decd52cbca7aec073de9d7550ba63d16f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 18 Sep 2014 11:28:52 -0400 Subject: nope, this doesn't seem to work i think python does something weird with SIGPIPE, not entirely sure how this all works --- server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server.py b/server.py index 9db29e9..c406e92 100644 --- a/server.py +++ b/server.py @@ -14,7 +14,6 @@ class Server(object): self.keyfile = keyfile def listen(self): - signal.signal(signal.SIGPIPE, signal.SIG_IGN) ssh_sock = self._open_socket(2200) termcast_sock = self._open_socket(2201) -- cgit v1.2.3