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