Skip to content

Commit 4f3ec30

Browse files
authored
Update WebViewManager.cs
1 parent 4ce8abc commit 4f3ec30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/WebViewManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2145,7 +2145,7 @@ private string GetReasonPhrase(int statusCode, string originalReason)
21452145
case 226: return "IM Used";
21462146
case 300: return "Multiple Choices";
21472147
case 301: return "Moved Permanently";
2148-
case 302: return "Found (Previously "Moved Temporarily")";
2148+
case 302: return "Found";
21492149
case 303: return "See Other";
21502150
case 304: return "Not Modified";
21512151
case 305: return "Use Proxy";
@@ -2306,3 +2306,4 @@ private string CleanJsString(string input)
23062306
}
23072307

23082308
}
2309+

0 commit comments

Comments
 (0)