mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Taking couple of suggestions from #2417
This commit is contained in:
parent
7960045cf9
commit
7ea524800a
6 changed files with 11 additions and 10 deletions
|
|
@ -2329,7 +2329,7 @@ def wasLastResponseDBMSError():
|
|||
|
||||
def wasLastResponseHTTPError():
|
||||
"""
|
||||
Returns True if the last web request resulted in an errornous HTTP code (like 500)
|
||||
Returns True if the last web request resulted in an erroneous HTTP code (like 500)
|
||||
"""
|
||||
|
||||
threadData = getCurrentThreadData()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue