mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-15 12:19:03 +00:00
Merge pull request #2618 from delvelabs/mark-steps-in-har
Mark steps in HAR file
This commit is contained in:
@@ -38,8 +38,6 @@ class _ThreadData(threading.local):
|
||||
Resets thread data model
|
||||
"""
|
||||
|
||||
self.requestCollector = None
|
||||
|
||||
self.disableStdOut = False
|
||||
self.hashDBCursor = None
|
||||
self.inTransaction = False
|
||||
|
||||
Reference in New Issue
Block a user