(self, req, fp, code, msg, hdrs)
| 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) |
nothing calls this directly
no test coverage detected