From a1d1076b2243f6c1e9527afb0be359407fe2f4c4 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 22 May 2015 12:29:10 +0200 Subject: Cannot relyably determin the closed connections' addresst. so don't try to. --- voctocore/lib/avrawoutput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'voctocore/lib/avrawoutput.py') diff --git a/voctocore/lib/avrawoutput.py b/voctocore/lib/avrawoutput.py index bda6b77..ea13ad4 100644 --- a/voctocore/lib/avrawoutput.py +++ b/voctocore/lib/avrawoutput.py @@ -48,6 +48,6 @@ class AVRawOutput(TCPMultiConnection): def on_disconnect(multifdsink, fileno): if fileno == conn.fileno(): self.log.debug('fd %u removed from multifdsink', fileno) - self.close_connection(conn, addr) + self.close_connection(conn) fdsink.connect('client-fd-removed', on_disconnect) -- cgit v1.2.3