This commit is contained in:
parent
3a09db186c
commit
de1a8bdd0d
2 changed files with 8 additions and 1 deletions
|
@ -429,7 +429,7 @@ def sTorResolve(target:str,
|
|||
SOCK_TIMEOUT_SECONDS)
|
||||
if not lReady[0]: continue
|
||||
try:
|
||||
flags=socket.MSG_WAITALL
|
||||
flags = socket.MSG_WAITALL
|
||||
data = sock.recv(MAX_INFO_RESPONSE_PACKET_LENGTH, flags)
|
||||
except socket.timeout:
|
||||
LOG.warn(f"4 The TOR proxy {(sHost, iPort)}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue