mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor fix
This commit is contained in:
parent
f412706fee
commit
ea87c89c25
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ class Connect:
|
|||
requestMsg += "\n%s" % requestHeaders
|
||||
|
||||
if post:
|
||||
requestMsg += "\n\n%s" % post
|
||||
requestMsg += "\n\n%s" % getUnicode(post)
|
||||
|
||||
requestMsg += "\n"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue