mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-01 14:26:40 +01:00
Switched http compression from gzip to deflate
This commit is contained in:
parent
debc4e6ae5
commit
ecfffba494
@@ -39,7 +39,7 @@ namespace MediaBrowser.ApiInteraction
|
||||
|
||||
public BaseClient(HttpClientHandler clientHandler)
|
||||
{
|
||||
clientHandler.AutomaticDecompression = DecompressionMethods.GZip;
|
||||
clientHandler.AutomaticDecompression = DecompressionMethods.Deflate;
|
||||
|
||||
HttpClient = new HttpClient(clientHandler);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user