Remove trailing whitespace in HttpResponce

This commit is contained in:
Qstick 2021-03-04 13:29:15 -05:00
parent be40a0d738
commit 24de3fdee6
2 changed files with 2 additions and 1 deletions

View File

@ -886,6 +886,7 @@ stages:
variables:
disable.coverage.autogenerate: 'true'
EnableAnalyzers: 'false'
pool:
vmImage: windows-2019

View File

@ -54,7 +54,7 @@ namespace NzbDrone.Common.Http
StatusCode == HttpStatusCode.MovedPermanently ||
StatusCode == HttpStatusCode.Found ||
StatusCode == HttpStatusCode.TemporaryRedirect ||
StatusCode == HttpStatusCode.RedirectMethod ||
StatusCode == HttpStatusCode.RedirectMethod ||
StatusCode == HttpStatusCode.SeeOther;
public string[] GetCookieHeaders()