From: Ian Jackson Date: Sat, 1 Apr 2017 19:48:29 +0000 (+0100) Subject: wip, towards target X-Git-Tag: hippotat/1.0.0~55^2~168 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=082d973e167d4f8ee6d05711ebcd8ef2a78edc35;p=hippotat.git wip, towards target --- diff --git a/client b/client index 6af84cd..2765fa5 100755 --- a/client +++ b/client @@ -81,7 +81,8 @@ class ResponseConsumer(twisted.internet.protocol.Protocol): self._log(DBG.HTTP_CTRL, 'connectionLost') if isinstance(reason, twisted.internet.error.ConnectionDone): try: self._ssd.flush() - except Exception as e: asyncfailure(e) + except Exception as e: + self._asyncfailure(e) else: self._asyncfailure(reason)