mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-08 01:13:17 +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
|
requestMsg += "\n%s" % requestHeaders
|
||||||
|
|
||||||
if post:
|
if post:
|
||||||
requestMsg += "\n\n%s" % post
|
requestMsg += "\n\n%s" % getUnicode(post)
|
||||||
|
|
||||||
requestMsg += "\n"
|
requestMsg += "\n"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue