http reusecontext is obsolete

This commit is contained in:
UbitUmarov
2018-07-14 21:48:59 +01:00
parent ee2eed8c6f
commit aee981e5e2
6 changed files with 2 additions and 29 deletions

View File

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