mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 01:26:42 +03:00
bug fix (reported by nightman)
This commit is contained in:
parent
2b60304933
commit
5c3d21065a
|
@ -373,6 +373,9 @@ mariano <marianoso@gmail.com>
|
|||
mitchell <mitchell@tufala.net>
|
||||
for reporting a bug
|
||||
|
||||
nightman <nightman@email.de>
|
||||
for reporting a bug
|
||||
|
||||
pacman730 <pacman730@users.sourceforge.net>
|
||||
for reporting a bug
|
||||
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user