6 references to RST_STREAM
http2cat (6)
src\Shared\Http2cat\Http2Utilities.cs (2)
927Assert.Equal(Http2FrameType.RST_STREAM, frame.Type); 961Assert.Equal(Http2FrameType.RST_STREAM, frame.Type);
src\Shared\ServerInfrastructure\Http2\Http2Frame.cs (1)
47case Http2FrameType.RST_STREAM:
src\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs (1)
18Type = Http2FrameType.RST_STREAM;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (2)
168case Http2FrameType.RST_STREAM: 207case Http2FrameType.RST_STREAM: