Implementation for an Issue #2224

This commit is contained in:
Miroslav Stampar
2016-10-13 23:17:54 +02:00
parent 1126ff86ce
commit f389bd71c0
6 changed files with 27 additions and 15 deletions

View File

@@ -38,10 +38,12 @@ optDict = {
"authType": "string",
"authCred": "string",
"authFile": "string",
"ignore401": "boolean",
"ignoreProxy": "boolean",
"ignoreTimeouts": "boolean",
"proxy": "string",
"proxyCred": "string",
"proxyFile": "string",
"ignoreProxy": "boolean",
"tor": "boolean",
"torPort": "integer",
"torType": "string",
@@ -234,7 +236,6 @@ optDict = {
"disablePrecon": "boolean",
"profile": "boolean",
"forceDns": "boolean",
"ignore401": "boolean",
"murphyRate": "integer",
"smokeTest": "boolean",
"liveTest": "boolean",