mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-04 19:10:54 +02:00
Cleanup trailing space in HttpResponse
This commit is contained in:
parent
d668e923af
commit
2746556ae2
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ public string Content
|
|||
StatusCode == HttpStatusCode.MovedPermanently ||
|
||||
StatusCode == HttpStatusCode.Found ||
|
||||
StatusCode == HttpStatusCode.TemporaryRedirect ||
|
||||
StatusCode == HttpStatusCode.RedirectMethod ||
|
||||
StatusCode == HttpStatusCode.RedirectMethod ||
|
||||
StatusCode == HttpStatusCode.SeeOther;
|
||||
|
||||
public string[] GetCookieHeaders()
|
||||
|
|
|
|||
Loading…
Reference in a new issue