MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / http_error_416

Method http_error_416

lib/request/rangehandler.py:25–29  ·  view source on GitHub ↗
(self, req, fp, code, msg, hdrs)

Source from the content-addressed store, hash-verified

23 return r
24
25 def http_error_416(self, req, fp, code, msg, hdrs):
26 # HTTP's Range Not Satisfiable error
27 errMsg = "there was a problem while connecting "
28 errMsg += "target ('406 - Range Not Satisfiable')"
29 raise SqlmapConnectionException(errMsg)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected