mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-26 20:03:45 +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>
|
mitchell <mitchell@tufala.net>
|
||||||
for reporting a bug
|
for reporting a bug
|
||||||
|
|
||||||
|
nightman <nightman@email.de>
|
||||||
|
for reporting a bug
|
||||||
|
|
||||||
pacman730 <pacman730@users.sourceforge.net>
|
pacman730 <pacman730@users.sourceforge.net>
|
||||||
for reporting a bug
|
for reporting a bug
|
||||||
|
|
||||||
|
|
|
@ -152,7 +152,7 @@ class HTTPHandler(urllib2.HTTPHandler):
|
||||||
if not h is None:
|
if not h is None:
|
||||||
try:
|
try:
|
||||||
self._start_connection(h, req)
|
self._start_connection(h, req)
|
||||||
except socket.error, e:
|
except:
|
||||||
r = None
|
r = None
|
||||||
else:
|
else:
|
||||||
try: r = h.getresponse()
|
try: r = h.getresponse()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user