some speed up

This commit is contained in:
Miroslav Stampar 2010-05-28 10:33:09 +00:00
parent 48c0f4f053
commit 7ef286a76f

View File

@ -401,6 +401,9 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
queriesCount[0] += 1
result = Request.queryPage(urlencode(agent.payload(newValue=query)))
# We've used the singleValue and for sure we won't need it again
kb.commonOutputs[kb.partRun].remove(singleValue)
# Did we have luck?
if result:
dataToSessionFile(replaceNewlineTabs(singleValue[index-1:]))