mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
bug fix (reported by nightman)
This commit is contained in:
@@ -152,7 +152,7 @@ class HTTPHandler(urllib2.HTTPHandler):
|
||||
if not h is None:
|
||||
try:
|
||||
self._start_connection(h, req)
|
||||
except socket.error, e:
|
||||
except:
|
||||
r = None
|
||||
else:
|
||||
try: r = h.getresponse()
|
||||
|
||||
Reference in New Issue
Block a user