mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
fix for a bug "ordinal not in range(128)" reported by bugtrace
This commit is contained in:
parent
f83dd2251b
commit
697b32554c
2 changed files with 2 additions and 1 deletions
|
|
@ -279,6 +279,7 @@ class Connect:
|
|||
socket.setdefaulttimeout(conf.timeout)
|
||||
|
||||
page = sanitizeAsciiString(page)
|
||||
page = getUnicode(page)
|
||||
parseResponse(page, responseHeaders)
|
||||
|
||||
responseMsg += "[#%d] (%d %s):\n" % (requestID, code, status)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue