OpenSimMirror/OpenSim/Capabilities
Justin Clark-Casey (justincc) c6e375291a Don't include time to transmit response back to requester when assessing slow handling of requests.
This is to avoid logging a 'slow' request when the source of delay is the viewer in processing a response.
This is not something we can do much about on the server end - it's server-side delay that we're interested in.
To ensure consistency, this commit also had to refactor and simplify inbound non-poll network request handling, though there should be no functional change.
IOSHttpResponse no longer exposes the Send() method, only classes in OpenSim.Framework.Servers.HttpServer should be doing this.
Only the GetTextureHandler was sending its own response.  Now it leaves this to BaseHttpServer, like all other core handlers.
2012-06-13 00:03:44 +01:00
..
Handlers Don't include time to transmit response back to requester when assessing slow handling of requests. 2012-06-13 00:03:44 +01:00
Caps.cs Stop passing a request handler to the initial caps.RegisterHandler in EventQueueGetModule since this is immediatley replaced by a poll server handler. 2011-11-24 21:27:35 +00:00
CapsHandlers.cs properly lock CapsHandlers.m_capsHandlers 2011-12-07 14:55:01 +00:00
LLSD.cs
LLSDArray.cs
LLSDAssetUploadComplete.cs
LLSDAssetUploadRequest.cs
LLSDAssetUploadResponse.cs
LLSDCapEvent.cs
LLSDEmpty.cs
LLSDEnvironmentSettings.cs Environment Module - allows Environment settings for Viewer3 warning: includes database region store migrations for mssql, mysql, sqlite 2012-05-23 17:04:19 -04:00
LLSDHelpers.cs
LLSDInventoryFolder.cs
LLSDInventoryItem.cs Fix various issues with http inventory 2012-06-02 04:57:10 +01:00
LLSDItemUpdate.cs
LLSDMapLayer.cs
LLSDMapLayerResponse.cs
LLSDMapRequest.cs
LLSDMethod.cs
LLSDMethodString.cs
LLSDParcelVoiceInfoResponse.cs
LLSDRemoteParcelResponse.cs
LLSDStreamHandler.cs Implement optional name and description on http stream handlers so that we can relate a slow request to what the handler actually does and the agent it serves, if applicable. 2012-05-03 01:45:49 +01:00
LLSDTaskInventoryUploadComplete.cs
LLSDTaskScriptUpdate.cs
LLSDTaskScriptUploadComplete.cs
LLSDTest.cs
LLSDType.cs
LLSDVoiceAccountResponse.cs