mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-24 08:29:07 +00:00
Patch for #3583
This commit is contained in:
@@ -278,7 +278,10 @@ class Connect(object):
|
||||
if multipart:
|
||||
post = multipart
|
||||
|
||||
if chunked and post:
|
||||
if not post:
|
||||
chunked = False
|
||||
|
||||
elif chunked:
|
||||
post = _urllib.parse.unquote(post)
|
||||
post = chunkSplitPostData(post)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user