diff options
author | Dr Scofield | 2008-09-25 09:20:01 +0000 |
---|---|---|
committer | Dr Scofield | 2008-09-25 09:20:01 +0000 |
commit | 60618c1895f749ac68ade2f0d96c76eaebe9d20a (patch) | |
tree | 5a1a2c567cd5742c1cd7097b56f82f9b36b62c99 /OpenSim/Framework/Servers/OSHttpResponse.cs | |
parent | temporarily excluding OSHttp*.cs from prebuild.xml until they are (diff) | |
download | opensim-SC_OLD-60618c1895f749ac68ade2f0d96c76eaebe9d20a.zip opensim-SC_OLD-60618c1895f749ac68ade2f0d96c76eaebe9d20a.tar.gz opensim-SC_OLD-60618c1895f749ac68ade2f0d96c76eaebe9d20a.tar.bz2 opensim-SC_OLD-60618c1895f749ac68ade2f0d96c76eaebe9d20a.tar.xz |
temporarily disabling HttpServer related stuff (take #2: Exclude takes
regex not shell glob)
Diffstat (limited to 'OpenSim/Framework/Servers/OSHttpResponse.cs')
-rw-r--r-- | OpenSim/Framework/Servers/OSHttpResponse.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Servers/OSHttpResponse.cs b/OpenSim/Framework/Servers/OSHttpResponse.cs index 21d1e2b..6fff026 100644 --- a/OpenSim/Framework/Servers/OSHttpResponse.cs +++ b/OpenSim/Framework/Servers/OSHttpResponse.cs | |||
@@ -332,10 +332,10 @@ namespace OpenSim.Framework.Servers | |||
332 | /// </summary | 332 | /// </summary |
333 | /// <param name="req">Incoming OSHttpRequest to which we are | 333 | /// <param name="req">Incoming OSHttpRequest to which we are |
334 | /// replying</param> | 334 | /// replying</param> |
335 | public OSHttpResponse(OSHttpRequest req) | 335 | // public OSHttpResponse(OSHttpRequest req) |
336 | { | 336 | // { |
337 | _httpResponse = new HttpResponse(req.HttpClientContext, req.HttpRequest); | 337 | // _httpResponse = new HttpResponse(req.HttpClientContext, req.HttpRequest); |
338 | } | 338 | // } |
339 | 339 | ||
340 | /// <summary> | 340 | /// <summary> |
341 | /// Add a header field and content to the response. | 341 | /// Add a header field and content to the response. |