3 references to FrameError
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\Http3ControlStream.cs (2)
359
throw new Http3ConnectionErrorException(CoreStrings.FormatHttp3ControlStreamFrameTooLarge(http3RawFrame.FormattedType), Http3ErrorCode.
FrameError
, ConnectionEndReason.InvalidFrameLength);
499
throw new Http3ConnectionErrorException(CoreStrings.FormatHttp3ControlStreamFrameTooLarge(Http3Formatting.ToFormattedType(incomingFrame.Type)), Http3ErrorCode.
FrameError
, ConnectionEndReason.InvalidFrameLength);
Internal\Http3\Http3Formatting.cs (1)
35
Http3ErrorCode.
FrameError
=> "H3_FRAME_ERROR",