mirror of https://github.com/Radarr/Radarr
Remove trailing whitespace in HttpResponce
This commit is contained in:
parent
be40a0d738
commit
24de3fdee6
|
@ -886,6 +886,7 @@ stages:
|
|||
|
||||
variables:
|
||||
disable.coverage.autogenerate: 'true'
|
||||
EnableAnalyzers: 'false'
|
||||
|
||||
pool:
|
||||
vmImage: windows-2019
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue