7 references to OtherError
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http\Http1Connection.cs (2)
736KestrelMetrics.AddConnectionEndReason(MetricsContext, ConnectionEndReason.OtherError); 823return ConnectionEndReason.OtherError;
Internal\Http2\Http2Connection.cs (1)
437reason = ConnectionEndReason.OtherError;
Internal\Http3\Http3Connection.cs (3)
485reason = ConnectionEndReason.OtherError; 496reason = ConnectionEndReason.OtherError; 566Abort(CreateConnectionAbortError(error, clientAbort), Http3ErrorCode.InternalError, ConnectionEndReason.OtherError);
Internal\Infrastructure\KestrelMetrics.cs (1)
496ConnectionEndReason.OtherError => "other_error",