diff options
-rw-r--r-- | OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs b/OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs index 23e15ef..4c8424d 100644 --- a/OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs +++ b/OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs | |||
@@ -299,7 +299,7 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest | |||
299 | public string HttpMethod = "GET"; | 299 | public string HttpMethod = "GET"; |
300 | public string HttpMIMEType = "text/plain;charset=utf-8"; | 300 | public string HttpMIMEType = "text/plain;charset=utf-8"; |
301 | public int HttpTimeout; | 301 | public int HttpTimeout; |
302 | public bool HttpVerifyCert = true; // not implemented | 302 | public bool HttpVerifyCert = true; |
303 | private Thread httpThread; | 303 | private Thread httpThread; |
304 | 304 | ||
305 | // Request info | 305 | // Request info |