diff options
author | Justin Clark-Casey (justincc) | 2011-04-11 22:35:07 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-04-11 22:35:07 +0100 |
commit | 64dc7e9f141fd0f168ed90c11f932a8bdb077dc7 (patch) | |
tree | 1247059d6a7482b5ccab372f2cdfad678dbfcbea /OpenSim | |
parent | minor: remove some mono compiler warnings (diff) | |
download | opensim-SC_OLD-64dc7e9f141fd0f168ed90c11f932a8bdb077dc7.zip opensim-SC_OLD-64dc7e9f141fd0f168ed90c11f932a8bdb077dc7.tar.gz opensim-SC_OLD-64dc7e9f141fd0f168ed90c11f932a8bdb077dc7.tar.bz2 opensim-SC_OLD-64dc7e9f141fd0f168ed90c11f932a8bdb077dc7.tar.xz |
minor: remove now inaccurate comment
Diffstat (limited to 'OpenSim')
-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 |