mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update
This commit is contained in:
parent
46ee69023e
commit
e4d4861232
3 changed files with 4 additions and 4 deletions
|
|
@ -277,7 +277,7 @@ class Connect(object):
|
|||
if multipart:
|
||||
post = multipart
|
||||
|
||||
if chunked:
|
||||
if chunked and post:
|
||||
post = urllib.unquote(post)
|
||||
post = chunkSplitPostData(post)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue