2 references to Http2ConnectionErrorException
IIS.FunctionalTests (2)
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
54
throw new
Http2ConnectionErrorException
(SharedStrings.FormatHttp2ErrorFrameOverLimit(payloadLength, maxFrameSize), Http2ErrorCode.FRAME_SIZE_ERROR, ConnectionEndReason.MaxFrameLengthExceeded);
85
throw new
Http2ConnectionErrorException
(