mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Minor bug fix
This commit is contained in:
parent
e6c4154cac
commit
c1c14dabd9
|
@ -266,6 +266,9 @@ fufuh <fufuh@users.sourceforge.net>
|
||||||
mariano <marianoso@gmail.com>
|
mariano <marianoso@gmail.com>
|
||||||
for reporting a bug
|
for reporting a bug
|
||||||
|
|
||||||
|
pacman730 <pacman730@users.sourceforge.net>
|
||||||
|
for reporting a bug
|
||||||
|
|
||||||
Stuffe <stuffe.dk@gmail.com>
|
Stuffe <stuffe.dk@gmail.com>
|
||||||
for reporting a minor bug and a feature request
|
for reporting a minor bug and a feature request
|
||||||
|
|
||||||
|
|
|
@ -217,7 +217,7 @@ class Connect:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
|
|
||||||
socket.setdefaulttimeout(conf.timeout)
|
socket.setdefaulttimeout(conf.timeout)
|
||||||
return Connect.__getPageProxy(url=url, get=get, post=post, cookie=cookie, ua=ua, direct=direct, multipart=multipart, silent=silent)
|
return Connect.__getPageProxy(**kwargs)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
socket.setdefaulttimeout(conf.timeout)
|
socket.setdefaulttimeout(conf.timeout)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user