mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-04 09:16:17 +00: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