From 082d973e167d4f8ee6d05711ebcd8ef2a78edc35 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 1 Apr 2017 20:48:29 +0100 Subject: [PATCH] wip, towards target --- client | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.11.0