mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
- commented out unused method ConvertIHttpClientContextToOSHttp
This commit is contained in:
@@ -322,15 +322,15 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
HandleRequest(req, resp);
|
||||
}
|
||||
|
||||
public void ConvertIHttpClientContextToOSHttp(object stateinfo)
|
||||
{
|
||||
HttpServerContextObj objstate = (HttpServerContextObj)stateinfo;
|
||||
// public void ConvertIHttpClientContextToOSHttp(object stateinfo)
|
||||
// {
|
||||
// HttpServerContextObj objstate = (HttpServerContextObj)stateinfo;
|
||||
|
||||
OSHttpRequest request = objstate.oreq;
|
||||
OSHttpResponse resp = objstate.oresp;
|
||||
// OSHttpRequest request = objstate.oreq;
|
||||
// OSHttpResponse resp = objstate.oresp;
|
||||
|
||||
HandleRequest(request,resp);
|
||||
}
|
||||
// HandleRequest(request,resp);
|
||||
// }
|
||||
|
||||
public virtual void HandleRequest(OSHttpRequest request, OSHttpResponse response)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user