2 writes to GoAwayErrorCode
IIS.NewShim.FunctionalTests (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs (1)
28GoAwayErrorCode = errorCode;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
148frame.GoAwayErrorCode = (Http2ErrorCode)BinaryPrimitives.ReadUInt32BigEndian(extendedHeaders.Slice(4));
1 reference to GoAwayErrorCode
IIS.NewShim.FunctionalTests (1)
src\Shared\Http2cat\Http2Utilities.cs (1)
922Assert.Equal(expectedErrorCode, frame.GoAwayErrorCode);