diff options
author | Jeff Ames | 2008-09-13 21:39:26 +0000 |
---|---|---|
committer | Jeff Ames | 2008-09-13 21:39:26 +0000 |
commit | 6e6465f6c13ad83b0bbb64fde3aa8da644c986e1 (patch) | |
tree | c36b49455fbd7f621a98a352cb3b8088c8f5071f /OpenSim/Region/Environment | |
parent | Fix another missing UUID before a ToString(). (diff) | |
download | opensim-SC_OLD-6e6465f6c13ad83b0bbb64fde3aa8da644c986e1.zip opensim-SC_OLD-6e6465f6c13ad83b0bbb64fde3aa8da644c986e1.tar.gz opensim-SC_OLD-6e6465f6c13ad83b0bbb64fde3aa8da644c986e1.tar.bz2 opensim-SC_OLD-6e6465f6c13ad83b0bbb64fde3aa8da644c986e1.tar.xz |
Update svn properties. Minor formatting cleanup. Fix some minor typos. Remove some old dead code.
Diffstat (limited to 'OpenSim/Region/Environment')
-rw-r--r-- | OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs b/OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs index 9595588..7b21832 100644 --- a/OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs +++ b/OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs | |||
@@ -58,7 +58,7 @@ using System.Collections; | |||
58 | * //TODO | 58 | * //TODO |
59 | * | 59 | * |
60 | * This probably needs some throttling mechanism but | 60 | * This probably needs some throttling mechanism but |
61 | * its wide open right now. This applies to both | 61 | * it's wide open right now. This applies to both |
62 | * number of requests and data volume. | 62 | * number of requests and data volume. |
63 | * | 63 | * |
64 | * Linden puts all kinds of header fields in the requests. | 64 | * Linden puts all kinds of header fields in the requests. |
@@ -77,7 +77,7 @@ using System.Collections; | |||
77 | * HTTPS support | 77 | * HTTPS support |
78 | * | 78 | * |
79 | * Configurable timeout? | 79 | * Configurable timeout? |
80 | * Configurable max repsonse size? | 80 | * Configurable max response size? |
81 | * Configurable | 81 | * Configurable |
82 | * | 82 | * |
83 | * **************************************************/ | 83 | * **************************************************/ |