mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
Review comments
This commit is contained in:
parent
6cc1bd544a
commit
557c4d065d
3 changed files with 188 additions and 198 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue