mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
http reusecontext is obsolete
This commit is contained in:
@@ -256,26 +256,7 @@ namespace OpenSim.Framework.Servers.HttpServer
|
||||
_httpResponse.Reason = value;
|
||||
}
|
||||
}
|
||||
/*
|
||||
public bool ReuseContext
|
||||
{
|
||||
get
|
||||
{
|
||||
if (_httpClientContext != null)
|
||||
{
|
||||
return !_httpClientContext.EndWhenDone;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
set
|
||||
{
|
||||
if (_httpClientContext != null)
|
||||
{
|
||||
_httpClientContext.EndWhenDone = !value;
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
protected IHttpResponse _httpResponse;
|
||||
private IHttpClientContext _httpClientContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user