3 references to GetKnownVersion
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpParser.cs (1)
166var httpVersion = remaining.GetKnownVersion();
Internal\Http2\Http2Connection.cs (1)
590httpVersion = HttpUtilities.GetKnownVersion(requestLine.Slice(requestLine.Length - 9, 8));
Internal\Infrastructure\HttpUtilities.cs (1)
369knownVersion = GetKnownVersion(span);