update regarding warning for --random-agent during connection timeout in connection test phase

This commit is contained in:
Miroslav Stampar
2011-05-03 10:05:42 +00:00
parent eceb5eca7b
commit 1e6c2fea74
3 changed files with 14 additions and 1 deletions

View File

@@ -93,6 +93,10 @@ class HTTPHEADER:
REFERER = "Referer"
USER_AGENT = "User-Agent"
class WARNFLAGS:
RANDOM_AGENT = 'randomAgent'
DATA_TO_STDOUT = 'dataToStdout'
class EXPECTED:
BOOL = "bool"
INT = "int"