8 references to OtherError
InMemory.FunctionalTests (1)
Http2\Http2ConnectionTests.cs (1)
5493
AssertConnectionEndReason(ConnectionEndReason.
OtherError
);
Microsoft.AspNetCore.Server.Kestrel.Core (7)
Internal\Http\Http1Connection.cs (2)
890
KestrelMetrics.AddConnectionEndReason(MetricsContext, ConnectionEndReason.
OtherError
);
981
return ConnectionEndReason.
OtherError
;
Internal\Http2\Http2Connection.cs (1)
437
reason = ConnectionEndReason.
OtherError
;
Internal\Http3\Http3Connection.cs (3)
491
reason = ConnectionEndReason.
OtherError
;
502
reason = ConnectionEndReason.
OtherError
;
580
Abort(CreateConnectionAbortError(error, clientAbort), Http3ErrorCode.InternalError, ConnectionEndReason.
OtherError
);
Internal\Infrastructure\KestrelMetrics.cs (1)
459
ConnectionEndReason.
OtherError
=> "other_error",