remove reuse context code, they had notthing worth using and on original code when reusing contexts still in use, etc. Change DLL information to make clear it is a opensim fork, so our responsability not original author

This commit is contained in:
UbitUmarov
2016-09-03 08:50:22 +01:00
parent 9aec227767
commit 4f9378bf97
4 changed files with 7 additions and 7 deletions

View File

@@ -256,7 +256,7 @@ namespace OpenSim.Framework.Servers.HttpServer
_httpResponse.Reason = value;
}
}
/*
public bool ReuseContext
{
get
@@ -275,7 +275,7 @@ namespace OpenSim.Framework.Servers.HttpServer
}
}
}
*/
protected IHttpResponse _httpResponse;
private IHttpClientContext _httpClientContext;