aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-09-18 11:28:52 -0400
committerJesse Luehrs <doy@tozt.net>2014-09-18 11:28:52 -0400
commitefb2eb6decd52cbca7aec073de9d7550ba63d16f (patch)
tree80a18d228c9b328e2fad231b08902a768f06e83f
parenta42acf179534f553482802719a64342b0196b084 (diff)
downloadpython-termcast-server-efb2eb6decd52cbca7aec073de9d7550ba63d16f.tar.gz
python-termcast-server-efb2eb6decd52cbca7aec073de9d7550ba63d16f.zip
nope, this doesn't seem to work
i think python does something weird with SIGPIPE, not entirely sure how this all works
-rw-r--r--server.py1
1 files changed, 0 insertions, 1 deletions
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)