adding some constraining to number of used threads on brute force switches together with a warning in case of connection exception(s) with --threads>1

This commit is contained in:
Miroslav Stampar
2011-05-10 12:32:07 +00:00
parent 49b925772b
commit 22a1870c2c
3 changed files with 26 additions and 8 deletions

View File

@@ -96,6 +96,7 @@ class HTTPHEADER:
class WARNFLAGS:
RANDOM_AGENT = 'randomAgent'
DATA_TO_STDOUT = 'dataToStdout'
THREADS = 'threads'
class EXPECTED:
BOOL = "bool"