mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Review comments
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user