3 references to StreamResetLimitExceeded
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http2\Http2Connection.cs (2)
1322
Abort(new ConnectionAbortedException(CoreStrings.Http2ConnectionFaulted), Http2ErrorCode.ENHANCE_YOUR_CALM, ConnectionEndReason.
StreamResetLimitExceeded
);
1324
throw new Http2ConnectionErrorException(CoreStrings.Http2ConnectionFaulted, Http2ErrorCode.ENHANCE_YOUR_CALM, ConnectionEndReason.
StreamResetLimitExceeded
);
Internal\Infrastructure\KestrelMetrics.cs (1)
488
ConnectionEndReason.
StreamResetLimitExceeded
=> "stream_reset_limit_exceeded",