mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-10 02:46:36 +00:00
updated service stack
This commit is contained in:
parent
a4b75934e5
commit
4edcab9c11
4 changed files with 20 additions and 6 deletions
|
|
@ -140,5 +140,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.SocketSharp
|
|||
get { return response.SendChunked; }
|
||||
set { response.SendChunked = value; }
|
||||
}
|
||||
|
||||
public bool KeepAlive { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue