mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 18:23:45 +00:00
update http compression
This commit is contained in:
@@ -66,7 +66,10 @@ namespace MediaBrowser.Server.Implementations.Connect
|
||||
{
|
||||
Url = ipLookupUrl,
|
||||
UserAgent = "Emby/" + _appHost.ApplicationVersion,
|
||||
LogErrors = logErrors
|
||||
LogErrors = logErrors,
|
||||
|
||||
// Seeing block length errors with our server
|
||||
EnableHttpCompression = false
|
||||
|
||||
}).ConfigureAwait(false))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user