From 2ab9e30f7a0eff4da861485a5a3dba00150b56f5 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 11 May 2011 12:54:33 +0000 Subject: [PATCH] bug fix --- lib/core/threads.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/threads.py b/lib/core/threads.py index a172e54d6..d54a05406 100644 --- a/lib/core/threads.py +++ b/lib/core/threads.py @@ -24,6 +24,7 @@ class ThreadData(): self.lastRedirectMsg = None self.lastQueryDuration = 0 self.lastRequestUID = 0 + self.retriesCount = 0 self.seqMatcher = difflib.SequenceMatcher(None) self.valueStack = []