Commit 98e872ba authored by Julien Muchembled's avatar Julien Muchembled

fixup! Extend node/connection API to support crossed client connections

parent 4eae1f6b
......@@ -452,7 +452,7 @@ class Connection(BaseConnection):
self.close()
def closeClient(self):
if self.connector is not None:
if self.connector is not None and self.client:
self.idle = self._closeClient
def isAborted(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment