mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor fix in a KeepAlive library
This commit is contained in:
parent
57234e1ff5
commit
e9f6b00e26
|
@ -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 New Issue
Block a user