Review comments

This commit is contained in:
Claus Vium
2019-03-04 19:55:59 +01:00
parent 6cc1bd544a
commit 557c4d065d
3 changed files with 188 additions and 198 deletions

View File

@@ -71,11 +71,7 @@ namespace Emby.Server.Implementations.SocketSharp
public Stream OutputStream => _response.Body;
public bool IsClosed
{
get;
set;
}
public bool IsClosed { get; set; }
public bool SendChunked { get; set; }