From 65c5efe43b68700bad94076d4cd421160203c5de Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 16 May 2008 01:22:11 +0000 Subject: Formatting cleanup. --- .../Scripting/HttpRequest/ScriptsHttpRequests.cs | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs') diff --git a/OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs b/OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs index e1339a3..87ecfee 100644 --- a/OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs +++ b/OpenSim/Region/Environment/Modules/Scripting/HttpRequest/ScriptsHttpRequests.cs @@ -40,25 +40,25 @@ using OpenSim.Region.Environment.Scenes; /***************************************************** * * ScriptsHttpRequests - * + * * Implements the llHttpRequest and http_response * callback. - * + * * Some stuff was already in LSLLongCmdHandler, and then * there was this file with a stub class in it. So, * I am moving some of the objects and functions out of * LSLLongCmdHandler, such as the HttpRequestClass, the - * start and stop methods, and setting up pending and - * completed queues. These are processed in the - * LSLLongCmdHandler polling loop. Similiar to the + * start and stop methods, and setting up pending and + * completed queues. These are processed in the + * LSLLongCmdHandler polling loop. Similiar to the * XMLRPCModule, since that seems to work. - * + * * //TODO - * + * * This probably needs some throttling mechanism but * its wide open right now. This applies to both * number of requests and data volume. - * + * * Linden puts all kinds of header fields in the requests. * Not doing any of that: * User-Agent @@ -71,13 +71,13 @@ using OpenSim.Region.Environment.Scenes; * X-SecondLife-Local-Rotation * X-SecondLife-Owner-Name * X-SecondLife-Owner-Key - * + * * HTTPS support - * + * * Configurable timeout? * Configurable max repsonse size? * Configurable - * + * * **************************************************/ namespace OpenSim.Region.Environment.Modules.Scripting.HttpRequest -- cgit v1.1