diff --git a/lib/core/common.py b/lib/core/common.py index 9961b5253..3824fe99f 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -113,6 +113,18 @@ class DynamicContentItem: self.lineContentBefore = lineContentBefore self.lineContentAfter = lineContentAfter + +class ThreadData(): + """ + Represents thread independent data + """ + + def __init__(self): + self.lastErrorPage = None + self.lastQueryDuration = 0 + self.lastRequestUID = 0 + self.valueStack = [] + def paramToDict(place, parameters=None): """ Split the parameters into names and values, check if these parameters