readd something, unless there is a reason it got removed in [7706]
This commit is contained in:
parent
6dde2b44ce
commit
64dec82bb6
|
@ -135,6 +135,7 @@ class Dispatcher(PlugIn):
|
||||||
self._owner.Connection.disconnect()
|
self._owner.Connection.disconnect()
|
||||||
return 0
|
return 0
|
||||||
except ExpatError:
|
except ExpatError:
|
||||||
|
sys.exc_clear()
|
||||||
self.DEBUG('Invalid XML received from server. Forcing disconnect.', 'error')
|
self.DEBUG('Invalid XML received from server. Forcing disconnect.', 'error')
|
||||||
self._owner.Connection.pollend()
|
self._owner.Connection.pollend()
|
||||||
return 0
|
return 0
|
||||||
|
|
Loading…
Reference in New Issue