7 references to FormatHttp2ErrorPaddingTooLong
InMemory.FunctionalTests (5)
Http2\Http2ConnectionTests.cs (5)
1534
expectedErrorMessage: CoreStrings.
FormatHttp2ErrorPaddingTooLong
(Http2FrameType.DATA));
1550
expectedErrorMessage: CoreStrings.
FormatHttp2ErrorPaddingTooLong
(Http2FrameType.DATA));
2649
expectedErrorMessage: CoreStrings.
FormatHttp2ErrorPaddingTooLong
(Http2FrameType.HEADERS));
2683
expectedErrorMessage: CoreStrings.
FormatHttp2ErrorPaddingTooLong
(Http2FrameType.HEADERS));
2736
expectedErrorMessage: CoreStrings.
FormatHttp2ErrorPaddingTooLong
(Http2FrameType.HEADERS));
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http2\Http2Connection.cs (2)
718
throw new Http2ConnectionErrorException(CoreStrings.
FormatHttp2ErrorPaddingTooLong
(_incomingFrame.Type), Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.InvalidDataPadding);
800
throw new Http2ConnectionErrorException(CoreStrings.
FormatHttp2ErrorPaddingTooLong
(_incomingFrame.Type), Http2ErrorCode.PROTOCOL_ERROR, ConnectionEndReason.InvalidDataPadding);