4 references to UnrecognizedHTTPVersion
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\Http1Connection.cs (2)
800case RequestRejectionReason.UnrecognizedHTTPVersion: 844if (ex.Reason == RequestRejectionReason.UnrecognizedHTTPVersion)
Internal\Http\HttpParser.cs (1)
593=> throw GetInvalidRequestException(RequestRejectionReason.UnrecognizedHTTPVersion, version[..^1]);
KestrelBadHttpRequestException.cs (1)
130case RequestRejectionReason.UnrecognizedHTTPVersion: