diff options
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. |