mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor patch
This commit is contained in:
parent
c6c5a937f9
commit
c34eaa1ce8
|
@ -1037,10 +1037,10 @@ def _setSocketPreConnect():
|
|||
s._connect(address)
|
||||
with kb.locks.socket:
|
||||
socket._ready[key].append(s._sock)
|
||||
except socket.error:
|
||||
pass
|
||||
except KeyboardInterrupt:
|
||||
break
|
||||
except:
|
||||
pass
|
||||
finally:
|
||||
time.sleep(0.01)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user