X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=blobdiff_plain;f=hippotat;h=16256281f505aa9a4e5c4bef07559ce39f65c04f;hp=a6ec7aec06405b8315d1120d50e70be83776eeb2;hb=1a691ffd16d09f66014e06c80093712babb4c0ac;hpb=ef04103340f9c2f2666ea3a12bf6420758f2da6d diff --git a/hippotat b/hippotat index a6ec7ae..1625628 100755 --- a/hippotat +++ b/hippotat @@ -150,6 +150,7 @@ class Client(): # later, by ResponsConsumer or ErrorResponsConsumer try: cl.log(DBG.HTTP_CTRL, 'req_err ' + str(err), idof=req) + cl.running_reported = False if isinstance(err, twisted.python.failure.Failure): err = err.getTraceback() print('%s[%#x] %s' % (cl.desc, id(req), err.strip('\n').replace('\n',' / ')),