mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -46,8 +46,8 @@ internal static class WebBrowserUtilities {
|
||||
|
||||
StreamContent result = new(compressionOutput);
|
||||
|
||||
foreach ((string? key, IEnumerable<string>? value) in content.Headers) {
|
||||
result.Headers.Add(key, value);
|
||||
foreach ((string key, IEnumerable<string> values) in content.Headers) {
|
||||
result.Headers.Add(key, values);
|
||||
}
|
||||
|
||||
// Inform the server that we're sending compressed data
|
||||
|
||||
Reference in New Issue
Block a user