Fixed: Don't buffer update package to memory when downloading

(cherry picked from commit 63654b99f22b87b42acd699ac5b453f2de20211f)

Closes #3639
Closes #3641
This commit is contained in:
ta264 2021-12-15 22:04:09 +00:00 committed by Bogdan
parent eca3776ddd
commit 87e702cbef
3 changed files with 23 additions and 45 deletions

View file

@ -148,7 +148,7 @@ namespace NzbDrone.Common.Test.Http
var request = new HttpRequest($"https://expired.badssl.com");
Assert.Throws<HttpRequestException>(() => Subject.Execute(request));
ExceptionVerification.ExpectedErrors(2);
ExceptionVerification.ExpectedErrors(1);
}
[Test]