OpenSimMirror/OpenSim/ApplicationPlugins
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
..
LoadRegions Saving estate state is really slow (relatively) and it gets 2012-05-10 09:08:40 -07:00
RegionModulesController refactor some common code in RegionModulesControllerPlugin 2010-12-04 02:38:26 +00:00
RemoteController Changed save oar and save iar parameter -p|--profile to -h|--home, including corresponding RemoteAdmin parameter 2012-02-03 23:53:18 +01:00
Rest Don't include time to transmit response back to requester when assessing slow handling of requests. 2012-06-13 00:03:44 +01:00