6 references to RST_STREAM
IIS.LongTests (6)
src\Shared\Http2cat\Http2Utilities.cs (2)
934Assert.Equal(Http2FrameType.RST_STREAM, frame.Type); 968Assert.Equal(Http2FrameType.RST_STREAM, frame.Type);
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
53case Http2FrameType.RST_STREAM:
src\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs (1)
18Type = Http2FrameType.RST_STREAM;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
174case Http2FrameType.RST_STREAM: 213case Http2FrameType.RST_STREAM: