We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54935d commit bb953fcCopy full SHA for bb953fc
src/HttpUserAgentParser/HttpUserAgentParser.cs
@@ -47,7 +47,6 @@ public static HttpUserAgentInformation Parse(string userAgent)
47
/// </summary>
48
public static HttpUserAgentPlatformInformation? GetPlatform(string userAgent)
49
{
50
- // Fast, allocation-free token scan (keeps public statics untouched)
51
ReadOnlySpan<char> ua = userAgent.AsSpan();
52
foreach ((string Token, string Name, HttpUserAgentPlatformType PlatformType) platform in HttpUserAgentStatics.s_platformRules)
53
0 commit comments