mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
change region avatarhandlers
This commit is contained in:
@@ -214,10 +214,10 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
|
||||
public OSHttpRequest() {}
|
||||
|
||||
public OSHttpRequest(IHttpClientContext context, IHttpRequest req)
|
||||
public OSHttpRequest(IHttpRequest req)
|
||||
{
|
||||
m_request = req;
|
||||
m_context = context;
|
||||
m_context = req.Context;
|
||||
|
||||
if (null != req.Headers["content-encoding"])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user