mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-14 10:33:43 +02:00
update responses
This commit is contained in:
parent
c30b82ab44
commit
456d5e5b76
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ namespace SocketHttpListener.Net
|
|||
{
|
||||
context.Response.DetermineIfChunked();
|
||||
|
||||
if (context.Response.SendChunked || isExpect100Continue || context.Request.IsWebSocketRequest)
|
||||
if (context.Response.SendChunked || isExpect100Continue || context.Request.IsWebSocketRequest || true)
|
||||
{
|
||||
o_stream = new ResponseStream(stream, context.Response, _memoryStreamFactory, _textEncoding);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue