def connectionLost(self, reason=connectionDone):
     """connection lost"""
     self.factory.unregisterProtocol(self)
     ClientTestHelper.connectionLost(self, reason=reason)
示例#2
0
 def connectionLost(self, reason=connectionDone):
     """connection lost"""
     self.factory.unregisterProtocol(self)
     ClientTestHelper.connectionLost(self, reason=reason)