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