Revert "core: refactor http webclient part 4 #8529 (#7653)"

This reverts commit c605c9a7ae.
This commit is contained in:
ngosang
2020-09-21 08:04:11 +02:00
parent 263b5b5433
commit ede3f77e6a
18 changed files with 26 additions and 26 deletions

View File

@@ -235,7 +235,7 @@ namespace Jackett.Common.Utils.Clients
var result = new WebClientByteResult
{
ContentBytes = await response.Content.ReadAsByteArrayAsync()
Content = await response.Content.ReadAsByteArrayAsync()
};
foreach (var header in response.Headers)