We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c053d5 commit ec43419Copy full SHA for ec43419
lib/techniques/blind/inference.py
@@ -219,9 +219,6 @@ def downloadThread():
219
threads.append(thread)
220
221
# And wait for them to all finish
222
- #for thread in threads:
223
- # thread.join()
224
-
225
try:
226
alive = True
227
while alive:
@@ -233,7 +230,7 @@ def downloadThread():
233
230
except KeyboardInterrupt:
234
231
conf.threadContinue = False
235
232
raise
236
+
237
# If we have got one single character not correctly fetched it
238
# can mean that the connection to the target url was lost
239
if None in value:
0 commit comments