some cleanup

This commit is contained in:
UbitUmarov
2018-09-12 13:48:29 +01:00
parent cd9327cd8b
commit ca404e5001
3 changed files with 1 additions and 23 deletions

View File

@@ -301,8 +301,6 @@ namespace OpenSim.Framework.Servers.HttpServer
/// </summary>
public void Send()
{
_httpResponse.Body.Flush();
_httpResponse.Send();
}