2 references to FormatHttp3ErrorUnsupportedFrameOnControlStream
InMemory.FunctionalTests (1)
Http3\Http3ConnectionTests.cs (1)
289
expectedErrorMessage: CoreStrings.
FormatHttp3ErrorUnsupportedFrameOnControlStream
(Http3Formatting.ToFormattedType(f)));
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3ControlStream.cs (1)
339
throw new Http3ConnectionErrorException(CoreStrings.
FormatHttp3ErrorUnsupportedFrameOnControlStream
(incomingFrame.FormattedType), Http3ErrorCode.UnexpectedFrame, ConnectionEndReason.UnexpectedFrame);