-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono.Android] AndroidMessageHandler should follow HTTP-308 redirects (…
…#8951) Fixes: #8946 Context: 1e5bfa3 For some reason we skipped [`HttpStatusCode.PermanentRedirect`][0] (HTTP-308) when handling redirects in 1e5bfa3. Update `AndroidMessageHandler.HandleRedirect()` to follow an HTTP redirect on HTTP-308 errors. [0]: https://learn.microsoft.com/dotnet/api/system.net.httpstatuscode?view=net-8.0#system-net-httpstatuscode-permanentredirect
- Loading branch information
1 parent
96b6bb6
commit fa1b801
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters