mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-03 08:58:27 +00:00
Remove SetContentLength and company
This commit is contained in:
@@ -57,7 +57,6 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
|
||||
if (length > 0)
|
||||
{
|
||||
res.SetContentLength(length);
|
||||
res.SendChunked = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user