Skip to content

Commit

Permalink
fix: remove gzip header
Browse files Browse the repository at this point in the history
  • Loading branch information
Loskh committed Oct 30, 2024
1 parent 3d77a89 commit 8ed43c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dalamud.Updater/Dalamud/AssetManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public static async Task<DirectoryInfo> EnsureAssets(DirectoryInfo baseDir)
NoCache = true,
};
client.DefaultRequestHeaders.Add("User-Agent", "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Mobile Safari/537.36 Edg/130.0.0.0");
client.DefaultRequestHeaders.Add("accept-encoding", "gzip, deflate, br");
using var sha1 = SHA1.Create();

Log.Verbose("[DASSET] Starting asset download");
Expand Down

0 comments on commit 8ed43c3

Please sign in to comment.