16 references to UnexpectedFrame
InMemory.FunctionalTests (8)
Http3\Http3ConnectionTests.cs (1)
287expectedErrorCode: Http3ErrorCode.UnexpectedFrame,
Http3\Http3StreamTests.cs (7)
1964Http3ErrorCode.UnexpectedFrame, 2028Http3ErrorCode.UnexpectedFrame, 2036Http3ErrorCode.UnexpectedFrame, 2105Http3ErrorCode.UnexpectedFrame, 2111expectedErrorCode: Http3ErrorCode.UnexpectedFrame, 2136Http3ErrorCode.UnexpectedFrame, 2142Http3ErrorCode.UnexpectedFrame,
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Http3\Http3ControlStream.cs (2)
339throw new Http3ConnectionErrorException(CoreStrings.FormatHttp3ErrorUnsupportedFrameOnControlStream(incomingFrame.FormattedType), Http3ErrorCode.UnexpectedFrame, ConnectionEndReason.UnexpectedFrame); 371throw new Http3ConnectionErrorException(CoreStrings.Http3ErrorControlStreamMultipleSettingsFrames, Http3ErrorCode.UnexpectedFrame, ConnectionEndReason.UnexpectedFrame);
Internal\Http3\Http3Formatting.cs (1)
34Http3ErrorCode.UnexpectedFrame => "H3_FRAME_UNEXPECTED",
Internal\Http3\Http3Stream.cs (5)
772CoreStrings.FormatHttp3ErrorUnsupportedFrameOnRequestStream(incomingFrame.FormattedType), Http3ErrorCode.UnexpectedFrame, ConnectionEndReason.UnexpectedFrame), 775CoreStrings.FormatHttp3ErrorUnsupportedFrameOnServer(incomingFrame.FormattedType), Http3ErrorCode.UnexpectedFrame, ConnectionEndReason.UnexpectedFrame), 795throw new Http3ConnectionErrorException(CoreStrings.FormatHttp3StreamErrorFrameReceivedAfterTrailers(Http3Formatting.ToFormattedType(Http3FrameType.Headers)), Http3ErrorCode.UnexpectedFrame, ConnectionEndReason.UnexpectedFrame); 903throw new Http3ConnectionErrorException(CoreStrings.Http3StreamErrorDataReceivedBeforeHeaders, Http3ErrorCode.UnexpectedFrame, ConnectionEndReason.UnexpectedFrame); 911throw new Http3ConnectionErrorException(message, Http3ErrorCode.UnexpectedFrame, ConnectionEndReason.UnexpectedFrame);