we can disconnect, before plugin

This commit is contained in:
Dimitur Kirov 2006-09-19 20:07:44 +00:00
parent 6c03358b27
commit 5af232513b

View file

@ -362,6 +362,7 @@ class P2PConnection(IdleObject, PlugIn):
pass
self.fd = -1
self.state = -1
if self._owner:
self._owner.on_disconnect()
def _do_send(self):