mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 00:40:02 +00:00
Minor patch
This commit is contained in:
parent
6ef62d0201
commit
15c65d084c
3 changed files with 4 additions and 4 deletions
|
|
@ -25,5 +25,5 @@ class HTTPRangeHandler(_urllib.request.BaseHandler):
|
|||
def http_error_416(self, req, fp, code, msg, hdrs):
|
||||
# HTTP's Range Not Satisfiable error
|
||||
errMsg = "there was a problem while connecting "
|
||||
errMsg += "target ('406 - Range Not Satisfiable')"
|
||||
errMsg += "target ('416 - Range Not Satisfiable')"
|
||||
raise SqlmapConnectionException(errMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue