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