3 references to GetInvalidRequestException
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpParser.cs (3)
580throw GetInvalidRequestException( 589=> throw GetInvalidRequestException(RequestRejectionReason.InvalidRequestHeader, headerLine); 593=> throw GetInvalidRequestException(RequestRejectionReason.UnrecognizedHTTPVersion, version[..^1]);