From: Ian Jackson Date: Sat, 1 Apr 2017 19:46:25 +0000 (+0100) Subject: wip, towards target X-Git-Tag: hippotat/1.0.0~55^2~171 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=commitdiff_plain;h=4bf8a9a0471ee076329e6a63768c3cc0a4ce1661 wip, towards target --- 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)