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