2 writes to GoAwayLastStreamId
IIS.NewShim.FunctionalTests (2)
src\Shared\ServerInfrastructure\Http2\Http2Frame.GoAway.cs (1)
27GoAwayLastStreamId = lastStreamId;
src\Shared\ServerInfrastructure\Http2\Http2FrameReader.cs (1)
147frame.GoAwayLastStreamId = (int)Bitshifter.ReadUInt31BigEndian(extendedHeaders);
1 reference to GoAwayLastStreamId
IIS.NewShim.FunctionalTests (1)
src\Shared\Http2cat\Http2Utilities.cs (1)
921Assert.Equal(expectedLastStreamId, frame.GoAwayLastStreamId);