This commit is contained in:
Miroslav Stampar
2019-05-16 01:10:49 +02:00
parent fe442831f9
commit 61f32192b0
3 changed files with 110 additions and 109 deletions

View File

@@ -146,7 +146,7 @@ class Connect(object):
threadData = getCurrentThreadData()
threadData.retriesCount += 1
if conf.proxyList and threadData.retriesCount >= conf.retries:
if conf.proxyList and threadData.retriesCount >= conf.retries and not kb.locks.handlers.locked():
warnMsg = "changing proxy"
logger.warn(warnMsg)