mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +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
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user