mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Update Madness
This commit is contained in:
@@ -153,11 +153,7 @@ public sealed class WebBrowser : IDisposable {
|
||||
}
|
||||
}
|
||||
|
||||
#if NETFRAMEWORK
|
||||
if (response.Length > 0X7FFFFFC7) {
|
||||
#else
|
||||
if (response.Length > Array.MaxLength) {
|
||||
#endif
|
||||
throw new InvalidOperationException(nameof(response.Length));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user