|
|
@@ -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) |
|
|
|