mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
temporarily disabling HttpServer related stuff (take #2: Exclude takes
regex not shell glob)
This commit is contained in:
@@ -332,10 +332,10 @@ namespace OpenSim.Framework.Servers
|
||||
/// </summary
|
||||
/// <param name="req">Incoming OSHttpRequest to which we are
|
||||
/// replying</param>
|
||||
public OSHttpResponse(OSHttpRequest req)
|
||||
{
|
||||
_httpResponse = new HttpResponse(req.HttpClientContext, req.HttpRequest);
|
||||
}
|
||||
// public OSHttpResponse(OSHttpRequest req)
|
||||
// {
|
||||
// _httpResponse = new HttpResponse(req.HttpClientContext, req.HttpRequest);
|
||||
// }
|
||||
|
||||
/// <summary>
|
||||
/// Add a header field and content to the response.
|
||||
|
||||
Reference in New Issue
Block a user