12 references to InternalError
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Internal\Http3\Http3Connection.cs (3)
159Abort(ex, Http3ErrorCode.InternalError, reason); 322OnStreamConnectionError(new Http3ConnectionErrorException(CoreStrings.ConnectionTimedBecauseResponseMininumDataRateNotSatisfied, Http3ErrorCode.InternalError, ConnectionEndReason.MinResponseDataRate)); 566Abort(CreateConnectionAbortError(error, clientAbort), Http3ErrorCode.InternalError, ConnectionEndReason.OtherError);
Internal\Http3\Http3Formatting.cs (1)
31Http3ErrorCode.InternalError => "H3_INTERNAL_ERROR",
Internal\Http3\Http3FrameWriter.cs (2)
322_http3Stream.Abort(new ConnectionAbortedException(ex.Message, ex), Http3ErrorCode.InternalError); 377_http3Stream.Abort(new ConnectionAbortedException(ex.Message, ex), Http3ErrorCode.InternalError);
Internal\Http3\Http3OutputProducer.cs (2)
112_stream.Abort(abortReason, Http3ErrorCode.InternalError); 117_stream.Abort(new ConnectionAbortedException($"{nameof(Http3OutputProducer)}.{nameof(ProcessDataWrites)} has completed."), Http3ErrorCode.InternalError);
Internal\Http3\Http3Stream.cs (3)
196Abort(abortReason, Http3ErrorCode.InternalError); 800throw new Http3StreamErrorException(ex.Message, Http3ErrorCode.InternalError); 935protected override void ApplicationAbort() => ApplicationAbort(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByApplication), Http3ErrorCode.InternalError);
Internal\WebTransport\WebTransportStream.cs (1)
86_log.Http3StreamAbort(ConnectionId, Http3ErrorCode.InternalError, abortReason);