14 references to FRAME_SIZE_ERROR
InMemory.FunctionalTests (9)
Http2\Http2ConnectionTests.cs (9)
730expectedErrorCode: Http2ErrorCode.FRAME_SIZE_ERROR, 1557expectedErrorCode: Http2ErrorCode.FRAME_SIZE_ERROR, 2656expectedErrorCode: Http2ErrorCode.FRAME_SIZE_ERROR, 3158expectedErrorCode: Http2ErrorCode.FRAME_SIZE_ERROR, 3502expectedErrorCode: Http2ErrorCode.FRAME_SIZE_ERROR, 3834expectedErrorCode: Http2ErrorCode.FRAME_SIZE_ERROR, 3855expectedErrorCode: Http2ErrorCode.FRAME_SIZE_ERROR, 4141expectedErrorCode: Http2ErrorCode.FRAME_SIZE_ERROR, 4485expectedErrorCode: Http2ErrorCode.FRAME_SIZE_ERROR,
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2Connection.cs (3)
783return new Http2ConnectionErrorException(CoreStrings.FormatHttp2ErrorUnexpectedFrameLength(_incomingFrame.Type, expectedLength), Http2ErrorCode.FRAME_SIZE_ERROR, ConnectionEndReason.InvalidFrameLength); 995throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorSettingsAckLengthNotZero, Http2ErrorCode.FRAME_SIZE_ERROR, ConnectionEndReason.InvalidFrameLength); 1003throw new Http2ConnectionErrorException(CoreStrings.Http2ErrorSettingsLengthNotMultipleOfSix, Http2ErrorCode.FRAME_SIZE_ERROR, ConnectionEndReason.InvalidFrameLength);
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
54throw new Http2ConnectionErrorException(SharedStrings.FormatHttp2ErrorFrameOverLimit(payloadLength, maxFrameSize), Http2ErrorCode.FRAME_SIZE_ERROR, ConnectionEndReason.MaxFrameLengthExceeded); 86SharedStrings.FormatHttp2ErrorUnexpectedFrameLength(frame.Type, expectedLength: extendedHeaderLength), Http2ErrorCode.FRAME_SIZE_ERROR, ConnectionEndReason.InvalidFrameLength);