mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor patches
This commit is contained in:
parent
fa17cfb606
commit
c6557e2b45
6 changed files with 21 additions and 19 deletions
|
|
@ -222,7 +222,7 @@ class Connect(object):
|
|||
try:
|
||||
part = conn.read(MAX_CONNECTION_READ_SIZE)
|
||||
except AssertionError:
|
||||
part = ""
|
||||
part = b""
|
||||
|
||||
if len(part) == MAX_CONNECTION_READ_SIZE:
|
||||
warnMsg = "large response detected. This could take a while"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue