update http compression

This commit is contained in:
Luke Pulverenti
2016-01-23 13:21:35 -05:00
parent 7a2ab5d028
commit 18cd0dd98c
2 changed files with 36 additions and 5 deletions

View File

@@ -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))
{