mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 17:02:39 +01: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…
Reference in a new issue