mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:06:12 +00:00
update responses
This commit is contained in:
parent
65cb19a726
commit
c035f2baa1
21 changed files with 174 additions and 536 deletions
|
|
@ -77,8 +77,6 @@ namespace Emby.Server.Implementations.HttpServer.SocketSharp
|
|||
get { return _response.OutputStream; }
|
||||
}
|
||||
|
||||
public object Dto { get; set; }
|
||||
|
||||
public void Write(string text)
|
||||
{
|
||||
var bOutput = System.Text.Encoding.UTF8.GetBytes(text);
|
||||
|
|
@ -120,11 +118,6 @@ namespace Emby.Server.Implementations.HttpServer.SocketSharp
|
|||
}
|
||||
}
|
||||
|
||||
public void End()
|
||||
{
|
||||
Close();
|
||||
}
|
||||
|
||||
public void Flush()
|
||||
{
|
||||
_response.OutputStream.Flush();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue