3.2.17.12

This commit is contained in:
Luke Pulverenti
2017-05-24 15:39:59 -04:00
parent f07af448fa
commit 71f7fc4e11
9 changed files with 608 additions and 413 deletions

View File

@@ -114,15 +114,9 @@ namespace Emby.Server.Implementations.HttpServer.SocketSharp
var outputStream = response.OutputStream;
// This is needed with compression
if (outputStream is ResponseStream)
{
//if (!string.IsNullOrWhiteSpace(GetHeader("Content-Encoding")))
{
outputStream.Flush();
}
outputStream.Flush();
outputStream.Dispose();
outputStream.Dispose();
}
response.Close();
}
catch (Exception ex)