temporarily disabling HttpServer related stuff (take #2: Exclude takes

regex not shell glob)
This commit is contained in:
Dr Scofield
2008-09-25 09:20:01 +00:00
parent c7f08c9c54
commit 60618c1895
3 changed files with 52 additions and 47 deletions

View File

@@ -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.