From 4bf8a9a0471ee076329e6a63768c3cc0a4ce1661 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 1 Apr 2017 20:46:25 +0100 Subject: [PATCH] wip, towards target --- client | 1 + 1 file changed, 1 insertion(+) diff --git a/client b/client index 16b23f5..467afd6 100755 --- a/client +++ b/client @@ -75,6 +75,7 @@ class ResponseConsumer(twisted.internet.protocol.Protocol): self._log(DBG.HTTP_CTRL, 'connectionMade') def connectionLost(self, reason): + self._log(DBG.HTTP_CTRL, 'connectionLost') if isinstance(reason, twisted.internet.error.ConnectionDone): try: self._ssd.flush() except Exception as e: asyncfailure(e) -- 2.30.2