mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor fix in a KeepAlive library
This commit is contained in:
parent
57234e1ff5
commit
e9f6b00e26
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ class HTTPHandler(urllib2.HTTPHandler):
|
|||
resp.msg = r.reason
|
||||
return resp;
|
||||
else:
|
||||
r.code = r.status
|
||||
return self.parent.error('http', req, r, r.status, r.reason, r.msg)
|
||||
|
||||
def http_open(self, req):
|
||||
|
|
|
|||
Loading…
Reference in a new issue