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