mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Merge pull request #4502 from crobibero/compres
Use ALL the decompression methods
This commit is contained in:
commit
ff57434d4b
1 changed files with 1 additions and 2 deletions
|
@ -13,8 +13,7 @@ namespace MediaBrowser.Common.Net
|
|||
/// </summary>
|
||||
public DefaultHttpClientHandler()
|
||||
{
|
||||
// TODO change to DecompressionMethods.All with .NET5
|
||||
AutomaticDecompression = DecompressionMethods.GZip | DecompressionMethods.Deflate;
|
||||
AutomaticDecompression = DecompressionMethods.All;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue