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