diff --git a/v2rayN/ServiceLib/Services/DownloadService.cs b/v2rayN/ServiceLib/Services/DownloadService.cs index 2c548553..640c0c4d 100644 --- a/v2rayN/ServiceLib/Services/DownloadService.cs +++ b/v2rayN/ServiceLib/Services/DownloadService.cs @@ -236,6 +236,7 @@ public class DownloadService { Proxy = webProxy, UseProxy = webProxy != null, + AutomaticDecompression = DecompressionMethods.All, ConnectTimeout = TimeSpan.FromSeconds(connectTimeout) }; var certificateChainPolicy = CertPemManager.Instance.BuildCertificateChainPolicy();