From 7049fe7c2157f2974c526927a683bcd4b4317d80 Mon Sep 17 00:00:00 2001 From: mathieui Date: Tue, 27 May 2014 22:34:29 +0200 Subject: Do not exit from SIGPIPE as it is creating more problems than it solves --- src/poezio.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/poezio.py b/src/poezio.py index 0c1db593..1baf10eb 100644 --- a/src/poezio.py +++ b/src/poezio.py @@ -53,7 +53,6 @@ def main(): signal.signal(signal.SIGUSR1, cocore.sigusr_handler) # reload the config signal.signal(signal.SIGHUP, cocore.exit_from_signal) signal.signal(signal.SIGTERM, cocore.exit_from_signal) - signal.signal(signal.SIGPIPE, cocore.exit_from_signal) if options.debug: cocore.debug = True cocore.start() -- cgit v1.2.3