2 writes to RstStreamErrorCode
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.RstStream.cs (1)
21
RstStreamErrorCode
= errorCode;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
175
frame.
RstStreamErrorCode
= (Http2ErrorCode)BinaryPrimitives.ReadUInt32BigEndian(extendedHeaders);
2 references to RstStreamErrorCode
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
src\Shared\Http2cat\Http2Utilities.cs (2)
936
Assert.Equal(expectedErrorCode, frame.
RstStreamErrorCode
);
972
Assert.Equal(expectedErrorCode, frame.
RstStreamErrorCode
);