mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor update
This commit is contained in:
@@ -277,7 +277,7 @@ class Connect(object):
|
||||
if multipart:
|
||||
post = multipart
|
||||
|
||||
if chunked:
|
||||
if chunked and post:
|
||||
post = urllib.unquote(post)
|
||||
post = chunkSplitPostData(post)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user