OpenSimMirror/OpenSim/Framework/Servers/HttpServer/Interfaces
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
..
IHttpAgentHandler.cs Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 2009-06-01 06:37:14 +00:00
IHttpServer.cs Stop also adding an ordinary http handler when we set up a poll http handler. 2011-12-07 12:28:42 +00:00
IOSHttpRequest.cs Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead of OSHttpRequest/OSHttpResponse. 2011-12-05 20:44:20 +00:00
IOSHttpResponse.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
IStreamHandler.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