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