3 references to MaxFrameLengthExceeded
InMemory.FunctionalTests (1)
Http2\Http2ConnectionTests.cs (1)
732
AssertConnectionEndReason(ConnectionEndReason.
MaxFrameLengthExceeded
);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelMetrics.cs (1)
493
ConnectionEndReason.
MaxFrameLengthExceeded
=> "max_frame_length_exceeded",
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
54
throw new Http2ConnectionErrorException(SharedStrings.FormatHttp2ErrorFrameOverLimit(payloadLength, maxFrameSize), Http2ErrorCode.FRAME_SIZE_ERROR, ConnectionEndReason.
MaxFrameLengthExceeded
);