OpenSimMirror/OpenSim/ApplicationPlugins/Rest/Inventory
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
..
Resources Thanks, zaki, for a patch that embeds plugin manifest files into plugin dlls. Fix issue 1876. 2008-08-06 01:20:31 +00:00
tests Rename ForEachAvatar back to ForEachScenePresence. The other changes 2011-11-03 17:53:51 -07:00
IRest.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
IRestHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
RequestData.cs Inching ahead... This compiles, but very likely does not run. 2010-01-08 10:43:34 -08:00
Rest.cs Some more unnecessary things deleted in Framework.Communications. 2010-01-10 21:00:03 -08:00
RestAppearanceServices.cs Get rid of AvatarAppearance.Owner to simplify the code. 2011-08-02 00:13:04 +01:00
RestAssetServices.cs Changed asset CreatorID to a string 2010-02-22 14:18:59 -08:00
RestFileServices.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
RestHandler.cs Don't include time to transmit response back to requester when assessing slow handling of requests. 2012-06-13 00:03:44 +01:00
RestInventoryServices.cs Thanks Kevin Cozens for a patch that: 2011-03-17 05:48:42 -04:00
RestTestServices.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00