1 reference to MaxFrameLengthExceeded
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
54
throw new Http2ConnectionErrorException(SharedStrings.FormatHttp2ErrorFrameOverLimit(payloadLength, maxFrameSize), Http2ErrorCode.FRAME_SIZE_ERROR, ConnectionEndReason.
MaxFrameLengthExceeded
);