From: Ian Jackson Date: Sat, 1 Apr 2017 19:48:29 +0000 (+0100) Subject: wip, towards target X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/commitdiff_plain/082d973e167d4f8ee6d05711ebcd8ef2a78edc35 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)