From 7226652debe6b57461486ae26cdb9c2b22bdeca6 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Tue, 4 Jul 2006 15:30:38 -0800 Subject: [PATCH] drop sending foobar, not sure where this was coming from.. [git-p4: depot-paths = "//depot/": change = 815] --- SSDP.py | 1 - 1 file changed, 1 deletion(-) diff --git a/SSDP.py b/SSDP.py index 1bdff67..eb3a71c 100644 --- a/SSDP.py +++ b/SSDP.py @@ -41,7 +41,6 @@ class SSDPServer(DatagramProtocol): def doStop(self): '''Make sure we send out the byebye notifications.''' - self.transport.write('foobar', (SSDP_ADDR, SSDP_PORT)) for st in self.known: self.doByebye(st) DatagramProtocol.doStop(self)