mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-28 04:33:16 +00:00
Merge pull request #2618 from delvelabs/mark-steps-in-har
Mark steps in HAR file
This commit is contained in:
commit
bf40526785
3 changed files with 27 additions and 10 deletions
|
|
@ -38,8 +38,6 @@ class _ThreadData(threading.local):
|
|||
Resets thread data model
|
||||
"""
|
||||
|
||||
self.requestCollector = None
|
||||
|
||||
self.disableStdOut = False
|
||||
self.hashDBCursor = None
|
||||
self.inTransaction = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue