diff --git a/shoutcast.py b/shoutcast.py index 0011645..2c7e8e8 100644 --- a/shoutcast.py +++ b/shoutcast.py @@ -114,6 +114,11 @@ class ShoutTransfer(shoutcast.ShoutcastClient): self.passback = None self.request = None + def handleResponse(self, response): + #Drop the data, the parts get the important data, if we got + #here, the connection closed and we are going to die anyways. + pass + def stopProducing(self): log.msg('stopProducing:', `self.request`, `self.passback`) shoutcast.ShoutcastClient.stopProducing(self)