mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
Remove SetContentLength and company
This commit is contained in:
parent
4e229ad86b
commit
f1c93ae618
11 changed files with 8 additions and 53 deletions
|
|
@ -57,7 +57,6 @@ namespace Emby.Server.Implementations.HttpServer
|
|||
|
||||
if (length > 0)
|
||||
{
|
||||
res.SetContentLength(length);
|
||||
res.SendChunked = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue