12 references to InternalError
Microsoft.AspNetCore.Server.Kestrel.Core (12)
Internal\Http3\Http3Connection.cs (3)
159
Abort(ex, Http3ErrorCode.
InternalError
, reason);
322
OnStreamConnectionError(new Http3ConnectionErrorException(CoreStrings.ConnectionTimedBecauseResponseMininumDataRateNotSatisfied, Http3ErrorCode.
InternalError
, ConnectionEndReason.MinResponseDataRate));
566
Abort(CreateConnectionAbortError(error, clientAbort), Http3ErrorCode.
InternalError
, ConnectionEndReason.OtherError);
Internal\Http3\Http3Formatting.cs (1)
31
Http3ErrorCode.
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)
196
Abort(abortReason, Http3ErrorCode.
InternalError
);
800
throw new Http3StreamErrorException(ex.Message, Http3ErrorCode.
InternalError
);
935
protected override void ApplicationAbort() => ApplicationAbort(new ConnectionAbortedException(CoreStrings.ConnectionAbortedByApplication), Http3ErrorCode.
InternalError
);
Internal\WebTransport\WebTransportStream.cs (1)
86
_log.Http3StreamAbort(ConnectionId, Http3ErrorCode.
InternalError
, abortReason);