mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
Begin removing System.Net sources
This commit is contained in:
parent
968e282c90
commit
4db31acff9
54 changed files with 264 additions and 7013 deletions
|
|
@ -592,7 +592,7 @@ namespace Emby.Server.Implementations.HttpServer
|
|||
{
|
||||
if (totalContentLength.HasValue)
|
||||
{
|
||||
responseHeaders["Content-Length"] = totalContentLength.Value.ToString(UsCulture);
|
||||
// TODO responseHeaders["Content-Length"] = totalContentLength.Value.ToString(UsCulture);
|
||||
}
|
||||
|
||||
if (isHeadRequest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue