mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor fix in a KeepAlive library
This commit is contained in:
@@ -203,6 +203,7 @@ class HTTPHandler(urllib2.HTTPHandler):
|
|||||||
resp.msg = r.reason
|
resp.msg = r.reason
|
||||||
return resp;
|
return resp;
|
||||||
else:
|
else:
|
||||||
|
r.code = r.status
|
||||||
return self.parent.error('http', req, r, r.status, r.reason, r.msg)
|
return self.parent.error('http', req, r, r.status, r.reason, r.msg)
|
||||||
|
|
||||||
def http_open(self, req):
|
def http_open(self, req):
|
||||||
|
|||||||
Reference in New Issue
Block a user