Merge pull request #2618 from delvelabs/mark-steps-in-har

Mark steps in HAR file
This commit is contained in:
Miroslav Stampar
2017-07-20 02:52:57 +02:00
committed by GitHub
3 changed files with 27 additions and 10 deletions

View File

@@ -38,8 +38,6 @@ class _ThreadData(threading.local):
Resets thread data model
"""
self.requestCollector = None
self.disableStdOut = False
self.hashDBCursor = None
self.inTransaction = False