예제 #1
0
 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)